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

Implement Union validity bitmap changes from ARROW-9222 #85

Closed
alamb opened this issue Apr 26, 2021 · 3 comments · Fixed by #885
Closed

Implement Union validity bitmap changes from ARROW-9222 #85

alamb opened this issue Apr 26, 2021 · 3 comments · Fixed by #885
Labels
arrow Changes to the arrow crate

Comments

@alamb
Copy link
Contributor

alamb commented Apr 26, 2021

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-9324

The implementation of Union in arrow has evolved from the current arrow-rs implementation. We need to update arrow-rs to follow the updated Arrow spec, including the updated validity bitmap changes from https://issues.apache.org/jira/browse/ARROW-9222

Related: Null/Sparse Union Array support: #814

As part of implementing the new Union handling, we should also update the checks in ArrayData::validate added in #810

@alamb alamb added the arrow Changes to the arrow crate label Apr 26, 2021
@alamb
Copy link
Contributor Author

alamb commented Oct 30, 2021

FYI @paddyhoran I have a proposed implementation in #885 (look at the last commit)

@paddyhoran
Copy link
Contributor

Excellent, I’ll find some time to take a look. Thanks @alamb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
2 participants