yiguolei commented on code in PR #44690: URL: https://github.com/apache/doris/pull/44690#discussion_r1926916478
########## be/src/vec/exec/scan/scanner_context.cpp: ########## @@ -59,33 +68,32 @@ ScannerContext::ScannerContext( limit(limit_), _scanner_scheduler_global(state->exec_env()->scanner_scheduler()), _all_scanners(scanners.begin(), scanners.end()), - _ignore_data_distribution(ignore_data_distribution), - _is_file_scan_operator(is_file_scan_operator) { + _serial_scan_operator(is_serial_operator), + _min_concurrency_of_scan_scheduler(_state->min_scan_concurrency_of_scan_scheduler()), + _min_concurrency(_state->min_scan_concurrency_of_scanner()) { DCHECK(_output_row_descriptor == nullptr || _output_row_descriptor->tuple_descriptors().size() == 1); _query_id = _state->get_query_ctx()->query_id(); ctx_id = UniqueId::gen_uid().to_string(); Review Comment: 在这把serial operator 转换为parallel_scan_operator_instances -- 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