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

Cleaner way to specify projection via builder #82

Open Jefffrey opened 2 months ago

Jefffrey commented 2 months ago

https://github.com/datafusion-contrib/datafusion-orc/blob/4f1c98de1744033899f8f5a0c61a32eeffc5db25/tests/basic/main.rs#L21-L22

Bit clumsy to require the builder to create a projection which is then passed back to the builder

Find a cleaner way to do this