github-actions[bot] commented on code in PR #33663:
URL: https://github.com/apache/doris/pull/33663#discussion_r1565437774


##########
be/src/olap/rowset/segment_v2/inverted_index_reader.cpp:
##########
@@ -247,6 +242,17 @@ Status 
InvertedIndexReader::create_index_searcher(lucene::store::Directory* dir,
     return Status::OK();
 };
 
+Status InvertedIndexReader::check_file_exist(const std::string& 
index_file_key) {

Review Comment:
   warning: method 'check_file_exist' can be made static 
[readability-convert-member-functions-to-static]
   
   ```suggestion
   static Status InvertedIndexReader::check_file_exist(const std::string& 
index_file_key) {
   ```
   



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