yiguolei commented on code in PR #13865: URL: https://github.com/apache/doris/pull/13865#discussion_r1013912893
########## be/src/olap/rowset/beta_rowset_reader.cpp: ########## @@ -149,6 +149,7 @@ Status BetaRowsetReader::init(RowsetReaderContext* read_context) { read_options.record_rowids = read_context->record_rowids; read_options.read_orderby_key_reverse = read_context->read_orderby_key_reverse; read_options.read_orderby_key_columns = read_context->read_orderby_key_columns; + read_options.io_ctx.use_local_file_cache = read_context->use_local_file_cache; Review Comment: There is reader type , I think you'd better pass reader type to iO CTX -- 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