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

Add bindings for arrow2 metadata (without serde support) #153

Merged
merged 11 commits into from
Jul 10, 2022

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Jul 9, 2022

Supersedes #118, relevant for #96

Serde support is complex because I think we'd need to add support all the way down to the very core parquet format structs.

Wrapper structs around high level arrow2 metadata objects are less work because I don't have to expose everything. But the JS handle still references a pointer on the Rust side with the full underlying parquet2 FileMetaData object, so it can still be passed on to the parquet2 functions

@kylebarron kylebarron merged commit 926e322 into main Jul 10, 2022
@kylebarron kylebarron deleted the kyle/arrow2-metadata-no-serde branch July 10, 2022 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant