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


##########
be/src/exec/scan/scanner_scheduler.cpp:
##########
@@ -202,6 +202,9 @@ void 
ScannerScheduler::_scanner_scan(std::shared_ptr<ScannerContext> ctx,
                              << rf_status.to_string();
             }
 
+            // After processing late RFs, check if this scanner's partition 
was pruned.
+            if (!eos && scanner->check_partition_pruned()) { eos = true; }

Review Comment:
   这个是不是应该先于199行被调用呢?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to