ByteYue commented on code in PR #32099:
URL: https://github.com/apache/doris/pull/32099#discussion_r1520974438


##########
be/src/olap/rowset/beta_rowset_reader.cpp:
##########
@@ -232,6 +232,8 @@ Status 
BetaRowsetReader::get_segment_iterators(RowsetReaderContext* read_context
         _read_options.io_ctx.query_id = 
&_read_context->runtime_state->query_id();
         _read_options.io_ctx.read_file_cache =
                 
_read_context->runtime_state->query_options().enable_file_cache;
+        _read_options.io_ctx.is_disposable =
+                
_read_context->runtime_state->query_options().disable_file_cache;

Review Comment:
   目前disable_file_cache这个名字在社区还不能一下子废除,在导入路径是否写cache的时候会用到



-- 
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

Reply via email to