Uh oh!
There was an error while loading. Please reload this page.
Perf: Port arrow-rs optimization for get_buffer_memory_size and add fast path for no buffer for gc string view - #17008
Conversation
zhuqi-lucas
commented
Aug 1, 2025
FYI @alamb , i try to do some optimization in this PR:
Thanks! |
alamb
commented
Aug 1, 2025
Another potential idea is to simply switch to using the coalesce kernel directly (so we don't have to maintain a separate copy) |
alamb
left a comment
There was a problem hiding this comment.
Thank you @zhuqi-lucas -- this makes sense to me
zhuqi-lucas
commented
Aug 2, 2025
Thank you @alamb for the review! I agree that switching to the upstream coalesce kernel would be the ideal follow-up solution. |
alamb
commented
Aug 3, 2025
Thanks @zhuqi-lucas -- as always super appreciated Maybe once we upgrade to DataFusion 56 you can revive #16249 ? I think it is basically ok, but would benefit from having someone else go through the code and double check. The existing failures I think were due to other changes made at the time, and I suspect (hope) it will "just work" |
Uh oh!
There was an error while loading. Please reload this page.
zhuqi-lucas
commented
Aug 4, 2025
Thank you @alamb , i will revive it after we upgrade to 56! |
…ast path for no buffer for gc string view (apache#17008) * Port arrow-rs optimization for get_buffer_memory_size for gc string view * add comments and fast path
Which issue does this PR close?
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Yes
Are there any user-facing changes?
No