Tech-Circle-48 commented on code in PR #23981: URL: https://github.com/apache/doris/pull/23981#discussion_r1317268994
########## be/src/olap/rowset/segment_v2/page_io.cpp: ########## @@ -115,7 +115,10 @@ Status PageIO::read_and_decompress_page(const PageReadOptions& opts, PageHandle* Slice* body, PageFooterPB* footer) { opts.sanity_check(); opts.stats->total_pages_num++; + Status st = Status::Error(ErrorCode::INTERNAL_ERROR,"in page_io now, opts.use_page_cache:{}", opts.use_page_cache); Review Comment: Already modified -- 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