yiguolei commented on code in PR #44690: URL: https://github.com/apache/doris/pull/44690#discussion_r1927756448
########## be/src/vec/exec/scan/scanner_context.cpp: ########## @@ -46,7 +55,7 @@ ScannerContext::ScannerContext( RuntimeState* state, pipeline::ScanLocalStateBase* local_state, const TupleDescriptor* output_tuple_desc, const RowDescriptor* output_row_descriptor, const std::list<std::shared_ptr<vectorized::ScannerDelegate>>& scanners, int64_t limit_, - std::shared_ptr<pipeline::Dependency> dependency, bool ignore_data_distribution, + std::shared_ptr<pipeline::Dependency> dependency, bool is_serial_operator, bool is_file_scan_operator) Review Comment: 如果is_file_scan_operator 没用了,就把他删掉 -- 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