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

Re-evaluate exposed public types #58

Closed Jefffrey closed 1 month ago

Jefffrey commented 4 months ago

Will need to go through codebase and see which traits/structs/functions we want to expose for use and which to keep private. I'd like to keep as minimal a public interface as possible to allow us to change the internals more frequently and easily. Not too high priority at the moment as I consider the repo a bit experimental at the moment (and we aren't publishing yet, but will need to consider this too)

Jefffrey commented 1 month ago

Done by https://github.com/datafusion-contrib/datafusion-orc/commit/ab2408044e0b1bba9b465f6fd454a6ad070072f5