yiguolei commented on code in PR #42857: URL: https://github.com/apache/doris/pull/42857#discussion_r1821832874
########## be/src/vec/exec/scan/scanner_scheduler.cpp: ########## @@ -343,7 +340,7 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr<ScannerContext> ctx, scanner->mark_to_need_to_close(); } scan_task->set_eos(eos); - ctx->append_block_to_queue(scan_task); + ctx->schedule_scan_task(scan_task); Review Comment: 这个可能原来的意思是对的。 当前,我们就是把scan task 放到了queue里,并没有去schedule scan task -- 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