datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
28 stars 8 forks source link

Consider async API design #81

Open Jefffrey opened 2 months ago

Jefffrey commented 2 months ago

Don't want it to be simply the sync api but just with .await swapped in

Some reference from parquet: