You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will work on refactoring to add our own versions of these structs/types as a sort of decoupling layer, and to potentially have a nicer interface for what we need from the metadata.
The text was updated successfully, but these errors were encountered:
Currently the file metadata:
https://github.com/datafusion-contrib/datafusion-orc/blob/f19cc7b66762791aba00a32a20615cb5466b33ed/src/reader/metadata.rs#L18-L23
And stripe metadata:
https://github.com/datafusion-contrib/datafusion-orc/blob/f19cc7b66762791aba00a32a20615cb5466b33ed/src/arrow_reader.rs#L871-L878
Rely directly on proto structs/types.
Will work on refactoring to add our own versions of these structs/types as a sort of decoupling layer, and to potentially have a nicer interface for what we need from the metadata.
The text was updated successfully, but these errors were encountered: