Uh oh!
There was an error while loading. Please reload this page.
feat: integrate batch coalescer with async fn exec - #19342
Conversation
54fe5f4 to
76f6837Compare76f6837 to
f0e4be2Comparefeniljain
commented
Dec 19, 2025
Hey @jizezhang 👋🏻 I think we can review it now :) |
Uh oh!
There was an error while loading. Please reload this page.
alamb
left a comment
There was a problem hiding this comment.
Thanks @feniljain and @jizezhang -- I think this PR needs tests but otherwise could be merged in. I also have some ideas of how to simplify it a bit
Uh oh!
There was an error while loading. Please reload this page.
alamb
left a comment
There was a problem hiding this comment.
Thank you @feniljain - this looks good to me
I am also interested in @jizezhang's comments too.
alamb
commented
Dec 30, 2025
BTW I think we'll need one more PR to remove the rule from |
jizezhang
left a comment
There was a problem hiding this comment.
Looks good to me too, thank you.
Thank you for patiently reviewing and helping me! 🙇🏻
I will raise a PR for both of them after this gets merged. And also another PR to implement metrics in |
alamb
commented
Jan 1, 2026
Thanks @feniljain and @jizezhang |
alamb
commented
Jan 1, 2026
Thank you @feniljain . I filed a ticket to track this: |
Which issue does this PR close?
BatchCoalescerintoAsyncFuncExecand remove fromCoalesceBatchesoptimization rule #19331What changes are included in this PR?
Currently haven't included changes to remove it from optimizer, will do it in a subsequent PR as I see everyone else has done the same?
Mostly took code from other PRs and just stitched it together to work with AsyncFnExec
Are these changes tested?
In Progress
Are there any user-facing changes?
No