arrow-select: fix MutableArrayData interleave for ListView#9560
arrow-select: fix MutableArrayData interleave for ListView#9560alamb merged 1 commit intoapache:mainfrom
Conversation
d049805 to
093008f
Compare
|
I think I prefer #9562 |
|
Happy to go with whichever, my goal is to just fix this for MutableArrayData so we can compare the specialized interleave implementation fairly |
|
Haha that was precisely my comment on #9558 |
093008f to
80a3d7d
Compare
😆 I think I actually prefer this one as the behavior is "less surprising" to me let me know what you think |
alamb
left a comment
There was a problem hiding this comment.
Thanks @asubiotto (and @vegarsti and @brancz )
compared to #9558, for me this PR is easier to understand and more consistent with the rest of the codebase. Other than the potential offset overflow I think it looks good from my perspective.
Let me know what you think
|
Works for me, let’s go with this one. |
|
I agree! Thanks @alamb! |
The previous code did not extend child data buffers. Signed-off-by: Alfonso Subiotto Marques <alfonso.subiotto@polarsignals.com>
80a3d7d to
64096b3
Compare
|
Sounds good, thanks all. Addressed the overflow comment so this should be ready to merge. @vegarsti I'll let you take care of the specialized interleave |
Nice, thanks! |
alamb
left a comment
There was a problem hiding this comment.
Thank you @asubiotto @vegarsti and @brancz
The previous code did not extend child data buffers.
I'm preparing a PR for an optimized listview interleave, but wanted to make sure the fallback path was correct before comparing benchmarks.
Which issue does this PR close?
Rationale for this change
Fix a bug
What changes are included in this PR?
Bugfix and test
Are these changes tested?
Yes
Are there any user-facing changes?
ListView interleaves did not succeed previously.