datafusion-contrib/datafusion-orc

Re-evaluate exposed public types

Closed this issue · 1 comments

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)

Done by ab24080