yiguolei commented on code in PR #49638: URL: https://github.com/apache/doris/pull/49638#discussion_r2022142933
########## be/src/pipeline/pipeline_task.cpp: ########## @@ -514,13 +511,13 @@ Status PipelineTask::execute(bool* done) { _eos = eos; } - if (!_block->empty() || _eos) { + if ((!_block->empty() || _eos) && !_wake_up_early) { Review Comment: 这里这种判断意义不大了, 很难说在421行,那个时候wake up early == false,跑到这里就变成true了,这种太极限了 -- 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