Commits

Andy Grove authored ecba35cac76
ARROW-9726: [Rust] [DataFusion] Do not create parquet reader thread until execute is called - ParquetScanExec was creating the reader threads prematurely, on the creation of the partition structs and not when they were executed. - Also improved an error message Closes #7961 from andygrove/ARROW-9726 Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>