This adds support for using listing tables that are made of multiple parquet or CSV files. I haven't implemented all possible configuration options but these could easily be added later as needed.
I'd also like to add support for Arrow IPC files (aka feather files) but that requires upgrading datafusion to >= 25 so I'll save that for another PR.
This adds support for using listing tables that are made of multiple parquet or CSV files. I haven't implemented all possible configuration options but these could easily be added later as needed.
I'd also like to add support for Arrow IPC files (aka feather files) but that requires upgrading datafusion to >= 25 so I'll save that for another PR.