yiguolei commented on code in PR #56441:
URL: https://github.com/apache/doris/pull/56441#discussion_r2423369543


##########
be/src/olap/rowset/segment_v2/page_io.cpp:
##########
@@ -124,8 +124,8 @@ std::string file_cache_key_str(const std::string& seg_path) 
{
     return file_cache_key_from_path(seg_path).to_string();
 }
 
-Status PageIO::read_and_decompress_page_(const PageReadOptions& opts, 
PageHandle* handle,
-                                         Slice* body, PageFooterPB* footer) {
+Status PageIO::read_and_decompress_page_(PageReadOptions& opts, PageHandle* 
handle, Slice* body,

Review Comment:
   why remove const from opts?



-- 
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