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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to