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