Commits


Qingping Hou authored and Neville Dipale committed 494e7a9c571
ARROW-8906: [Rust] [DataFusion] support schema inference from multiple CSV files This change adds `infer_schema_from_files` function to arrow csv reader module. Datafusion's `CsvExec` struct is now using this function to do schema inference from multiple CSV files if needed. Second follow up PR for #7210. Closes #7252 from houqp/csv Authored-by: Qingping Hou <dave2008713@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>