Commits

Andy Grove authored 37b6c201a50
ARROW-6086: [Rust] [DataFusion] Add support for partitioned Parquet data sources I discovered this last minute while running manual tests. I have been able to run parallel queries against parquet files using this branch as a dependency. Closes #5494 from andygrove/ARROW-6086 and squashes the following commits: 77bee154a <Andy Grove> Replace unwrap with Result combinator cd11b9787 <Andy Grove> don't panic c75175358 <Andy Grove> Add support for partitioned parquet data sources 25eaf45be <Andy Grove> Move build_file_list into common module Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>