Commits


Andy Grove authored and Neville Dipale committed 7d6bef9b0ae
ARROW-8925: [Rust] [DataFusion] CsvExec::schema bug fix `CsvExec::schema()` was returning the underlying CSV file schema rather than the projected schema. This PR fixes the bug and adds test for CsvExec with and without projection. Closes #7268 from andygrove/ARROW-8925 Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>