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


##########
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:
   reuse `_read_context->runtime_state->query_options().enable_file_cache`
   because `disable_file_cache` is deprecated.
   
   BTW remove `disable_file_cache` by renaming it to 
`DEPRECATED_disable_file_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