interleave
panics with dictionary key overflows if combined values arrays are longer than key size
#7466
Labels
enhancement
Any new improvement worthy of a entry in the changelog
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
interleave
on dictionary arrays panics if the combined length of the input value arrays is larger than the max value allowed by the dictionary key type.To Reproduce
Sample test:
Expected behavior
Tests should pass.
Additional context
It looks like there's solutions to avoid this on string dictionaries, but not other dictionary types.
The text was updated successfully, but these errors were encountered: