datafusion-contrib / datafusion-orc

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

Add ArrowReaderBuilder #53

Closed Jefffrey closed 9 months ago

Jefffrey commented 9 months ago

Closes #42

Introduce a builder which can create the sync/async reader, without requiring users to create a Cursor first

Also can be used to handle option settings (like projection and batch size)

Jefffrey commented 9 months ago

CI failure fixed by https://github.com/datafusion-contrib/datafusion-orc/pull/54

WenyXu commented 9 months ago

CI failure fixed by #54

Let's perform a rebase on the main branch.