Mryange opened a new pull request, #37268: URL: https://github.com/apache/doris/pull/37268
## Proposed changes In non-spill the past approach was to accumulate blocks and only merge them into one build block when get eos. This caused the build sink side of the pipeline to be fast before get eos, resulting waiting for upstream data. Therefore, the approach has been changed to merge each input block into the build block immediately. In spills, it is necessary to avoid merging blocks multiple times. <!--Describe your changes.--> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org