github-actions[bot] commented on code in PR #43542:
URL: https://github.com/apache/doris/pull/43542#discussion_r1841862613
##########
be/src/olap/rowset/segment_v2/inverted_index_file_reader.cpp:
##########
@@ -42,7 +41,8 @@ Status InvertedIndexFileReader::init(int32_t
read_buffer_size, bool open_idx_fil
return Status::OK();
}
-Status InvertedIndexFileReader::_init_from_v2(int32_t read_buffer_size) {
+Status InvertedIndexFileReader::_init_from_v2(const io::IOContext* io_ctx,
Review Comment:
warning: function '_init_from_v2' exceeds recommended size/complexity
thresholds [readability-function-size]
```cpp
Status InvertedIndexFileReader::_init_from_v2(const io::IOContext* io_ctx,
^
```
<details>
<summary>Additional context</summary>
**be/src/olap/rowset/segment_v2/inverted_index_file_reader.cpp:43:** 94
lines including whitespace and comments (threshold 80)
```cpp
Status InvertedIndexFileReader::_init_from_v2(const io::IOContext* io_ctx,
^
```
</details>
--
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]