dataroaring commented on code in PR #11144: URL: https://github.com/apache/doris/pull/11144#discussion_r928138557
########## be/src/olap/rowset/beta_rowset_reader.cpp: ########## @@ -88,7 +88,7 @@ Status BetaRowsetReader::init(RowsetReaderContext* read_context) { // load segments RETURN_NOT_OK(SegmentLoader::instance()->load_segments( _rowset, &_segment_cache_handle, - read_context->reader_type == ReaderType::READER_QUERY)); Review Comment: for compaction, reader_type is not READER_QUERY, it does not use 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