yiguolei commented on code in PR #56441:
URL: https://github.com/apache/doris/pull/56441#discussion_r2423369602
##########
be/src/olap/rowset/segment_v2/page_io.h:
##########
@@ -148,18 +148,18 @@ class PageIO {
// `footer' stores the page footer.
// This method is exception safe, it will failed when allocate memory
failed.
// deal with CORRUPTION when using file cache, retry from remote
- static Status read_and_decompress_page(const PageReadOptions& opts,
PageHandle* handle,
- Slice* body, PageFooterPB* footer);
+ static Status read_and_decompress_page(PageReadOptions& opts, PageHandle*
handle, Slice* body,
Review Comment:
and here
--
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]