-
Notifications
You must be signed in to change notification settings - Fork 824
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 Take for UnionArray #4883
Conversation
This doesn't appear like it would support dense unions? Perhaps we could get a test? |
Interesting. So with dense unions we use the same buffer to store both sets of values? Probably using the |
How would you feel if I added a |
I don't see an issue with not supporting dense unions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor suggestion
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Implement Take for UnionArray (apache#4883) (cherry picked from commit 4320a75)
Which issue does this PR close?
Closes #4882.
Rationale for this change
We should implement Take for UnionArray
What changes are included in this PR?
Take is implemented for UnionArray
Are there any user-facing changes?
Yes, more DataFusion queries should work.