dataroaring commented on code in PR #60583:
URL: https://github.com/apache/doris/pull/60583#discussion_r2777784283
##########
be/src/olap/rowset/beta_rowset_reader.cpp:
##########
@@ -220,10 +220,8 @@ Status
BetaRowsetReader::get_segment_iterators(RowsetReaderContext* read_context
_read_options.target_cast_type_for_variants =
_read_context->target_cast_type_for_variants;
if (_read_context->runtime_state != nullptr) {
_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;
+
_read_context->runtime_state->query_options().enable_file_cache_olap_tables;
Review Comment:
When cache is enable, it is disposable? Originally, it is disposable when
cache is disable?
--
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]