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


##########
be/src/olap/wal_manager.cpp:
##########
@@ -409,4 +409,16 @@ Status WalManager::get_wal_column_index(int64_t wal_id, 
std::vector<size_t>& col
     return Status::OK();
 }
 
+bool WalManager::is_table_available(int64_t table_id) {

Review Comment:
   warning: method 'is_table_available' can be made static 
[readability-convert-member-functions-to-static]
   
   be/src/olap/wal_manager.h:71:
   ```diff
   -     bool is_table_available(int64_t table_id);
   +     static bool is_table_available(int64_t table_id);
   ```
   



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