kaka11chen commented on code in PR #51690:
URL: https://github.com/apache/doris/pull/51690#discussion_r2214723745
##########
be/src/vec/exec/scan/scanner_scheduler.cpp:
##########
@@ -359,4 +361,29 @@ int ScannerScheduler::get_remote_scan_thread_queue_size() {
return config::doris_remote_scanner_thread_pool_queue_size;
}
+Result<SharedListenableFuture<Void>>
ScannerSplitRunner::process_for(std::chrono::nanoseconds) {
Review Comment:
`SPLIT_RUN_QUANTA` is used to customize the `split_runner` code to control
the maximum execution time of each slice. It is not used currently in this case.
--
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]