zhiqiang-hhhh commented on code in PR #44690: URL: https://github.com/apache/doris/pull/44690#discussion_r1926763978
########## be/src/vec/exec/scan/scanner_context.cpp: ########## @@ -59,24 +68,25 @@ 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), Review Comment: > is_file_scan_operator 这个变量不需要初始化了? 不再区分 file scan 与 olap scan -- 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