datafusion-contrib / datafusion-java

Java binding to Apache DataFusion
Apache License 2.0
70 stars 13 forks source link

Add support for listing tables #82

Closed adamreeve closed 1 year ago

adamreeve commented 1 year ago

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.