HappenLee commented on code in PR #47744: URL: https://github.com/apache/doris/pull/47744#discussion_r1953715183
########## be/src/pipeline/exec/olap_scan_operator.cpp: ########## @@ -372,6 +372,7 @@ Status OlapScanLocalState::_init_scanners(std::list<vectorized::VScannerSPtr>* s std::max(1, (int)ranges->size() / std::min(scanners_per_tablet, size_based_scanners_per_tablet)); int64_t num_ranges = ranges->size(); + std::vector<RowSetSplits> splits = _read_sources[scan_range_idx].rs_splits; Review Comment: seems no need copy here,reference is ok? std::vector<RowSetSplits>& -- 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