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

Support decoding Union column into DenseUnion #78

Open
Jefffrey opened this issue Apr 1, 2024 · 0 comments
Open

Support decoding Union column into DenseUnion #78

Jefffrey opened this issue Apr 1, 2024 · 0 comments
Labels
enhancement New feature or request low Low priority

Comments

@Jefffrey
Copy link
Collaborator

Jefffrey commented Apr 1, 2024

Initial Union support will decode to Sparse Union: ee69b91

Can try give option to prefer decoding to DenseUnion: https://arrow.apache.org/docs/format/Columnar.html#dense-union

  • Since ORC already encodes data in a dense manner (omitting nulls in the data streams) so might be more efficient? Unknown, just something to keep in mind
@Jefffrey Jefffrey added enhancement New feature or request low Low priority labels Apr 1, 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 low Low priority
1 participant