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


##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -1855,6 +1855,56 @@ void 
MetaServiceImpl::get_delete_bitmap_update_lock(google::protobuf::RpcControl
     }
 }
 
+void MetaServiceImpl::get_default_vault(::google::protobuf::RpcController* 
controller,

Review Comment:
   warning: method 'get_default_vault' can be made static 
[readability-convert-member-functions-to-static]
   
   ```suggestion
   static void 
MetaServiceImpl::get_default_vault(::google::protobuf::RpcController* 
controller,
   ```
   



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