carlvinhust2012 commented on code in PR #16605: URL: https://github.com/apache/doris/pull/16605#discussion_r1102461763
########## be/src/olap/rowset/segment_v2/column_reader.cpp: ########## @@ -210,6 +210,10 @@ Status ColumnReader::read_page(const ColumnIteratorOptions& iter_opts, const Pag opts.type = iter_opts.type; opts.encoding_info = _encoding_info; opts.io_ctx = iter_opts.io_ctx; + // index page should not pre decode + if (iter_opts.type == INDEX_PAGE) { Review Comment: maybe add some regression test will more better ? -- 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