yiguolei commented on code in PR #42857:
URL: https://github.com/apache/doris/pull/42857#discussion_r1821835616


##########
be/src/vec/exec/scan/scanner_context.cpp:
##########
@@ -287,12 +276,12 @@ void 
ScannerContext::append_block_to_queue(std::shared_ptr<ScanTask> scan_task)
     if (_last_scale_up_time == 0) {
         _last_scale_up_time = UnixMillis();
     }
-    if (_blocks_queue.empty() && _last_fetch_time != 0) {
+    if (_pending_tasks.empty() && _last_fetch_time != 0) {

Review Comment:
   blocks queue 确实不好,但是pending tasks 也不太好,得想想这个名字



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