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


##########
be/src/olap/rowset/beta_rowset_writer.cpp:
##########
@@ -207,8 +207,11 @@ Status 
BetaRowsetWriter::_load_noncompacted_segment(segment_v2::SegmentSharedPtr
     }
     auto path = BetaRowset::segment_file_path(_context.rowset_dir, 
_context.rowset_id, segment_id);
     io::FileReaderOptions reader_options {
-            .cache_type = config::enable_file_cache ? 
io::FileCachePolicy::FILE_BLOCK_CACHE
-                                                    : 
io::FileCachePolicy::NO_CACHE,
+            .cache_type =

Review Comment:
   is  enable_file_cache sufficient for the semantic?



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