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 be 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: [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]

Reply via email to