HappenLee commented on code in PR #28788:
URL: https://github.com/apache/doris/pull/28788#discussion_r1440190601


##########
be/src/pipeline/exec/data_queue.cpp:
##########
@@ -86,6 +86,10 @@ bool DataQueue::has_data_or_finished(int child_idx) {
 //so next loop, will check the record idx + 1 first
 //maybe it's useful with many queue, others maybe always 0
 bool DataQueue::remaining_has_data() {
+    if (_child_count == 1) {

Review Comment:
   no need add the logic?



-- 
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

Reply via email to