StringView: Using the Interleave kernel (and potentially others) results in many repeated buffers in variadic_buffers #6780
Labels
arrow
Changes to the arrow crate
bug
next-major-release
the PR has API changes and it waiting on the next major version
Describe the bug
Quoting @onursatici from #6779:
This also came up recently on #6779 from @ShiKaiWi and a converstaion with @tustvold @XiangpengHao and myself here: #6427 (comment)
To Reproduce
Call interleave or concat with a bunch of StringViewArrays (I think)
Expected behavior
(ideally) if an existing buffer is already in a StringViewArray's
variadic_buffer
list it shouldn't be added againAdditional context
The text was updated successfully, but these errors were encountered: