Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor metadata into our own classes #18

Open
Jefffrey opened this issue Nov 14, 2023 · 0 comments
Open

Refactor metadata into our own classes #18

Jefffrey opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request high High priority

Comments

@Jefffrey
Copy link
Collaborator

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.

@Jefffrey Jefffrey self-assigned this Nov 14, 2023
@Jefffrey Jefffrey added enhancement New feature or request high High priority labels Apr 1, 2024
@waynexia waynexia transferred this issue from datafusion-contrib/datafusion-orc Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high High priority
Projects
None yet
Development

No branches or pull requests

1 participant