mrhhsg commented on code in PR #12231:
URL: https://github.com/apache/doris/pull/12231#discussion_r959670213
##########
be/src/olap/rowset/segment_v2/page_io.h:
##########
@@ -115,7 +115,8 @@ class PageIO {
// `body' points to page body,
// `footer' stores the page footer.
static Status read_and_decompress_page(const PageReadOptions& opts,
PageHandle* handle,
- Slice* body, PageFooterPB* footer);
+ Slice* body, PageFooterPB* footer,
+ bool pre_decode = true);
Review Comment:
It may be better to make `pre_decode` a field of PageReadOptions.
--
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]