Memory consumption grows for interleave
kernel when input is StringViewArray
#7151
Labels
question
Further information is requested
Describe the bug
There are 10 x 10k rows
StringViewArray
, permute all elements randomly, and useinterleave
kernel to generate the same shape 10 x 10k rows array, the memory consumption will grow by 10XTo Reproduce
(place in arrow/examples)
Result:
Expected behavior
Memory overhead should be similar
Additional context
Originally founded by apache/datafusion#12136 (comment)
The text was updated successfully, but these errors were encountered: