yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1012806762
########## be/src/olap/rowset/beta_rowset.cpp: ########## @@ -96,7 +96,8 @@ Status BetaRowset::do_load(bool /*use_cache*/) { return Status::OK(); } -Status BetaRowset::load_segments(std::vector<segment_v2::SegmentSharedPtr>* segments) { +Status BetaRowset::load_segments(bool use_local_file_cache, Review Comment: not pass in such parameters. There is a read_op_type, you can use it to check use local cache or not. -- 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