Implement full validation for UnionArrays
construction from ArrayData
#1486
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
security
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
It is possible to construct invalid
UnionArrays
when building them using theArrayData
APIDescribe the solution you'd like
Validate all the data is correct for union arrays
Additional context
This is a left over from #921 when was implemented concurrently with proper
UnionArray
supportThe text was updated successfully, but these errors were encountered: