zzzxl1993 commented on code in PR #43542:
URL: https://github.com/apache/doris/pull/43542#discussion_r1837923907


##########
be/src/olap/rowset/segment_v2/inverted_index_file_reader.h:
##########
@@ -58,8 +58,8 @@ class InvertedIndexFileReader {
               _storage_format(storage_format),
               _idx_file_info(idx_file_info) {}
 
-    Status init(int32_t read_buffer_size = 
config::inverted_index_read_buffer_size,
-                bool open_idx_file_cache = false);
+    Status init(const io::IOContext* io_ctx,

Review Comment:
   done



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

Reply via email to