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


##########
be/src/util/runtime_profile.cpp:
##########
@@ -628,6 +628,15 @@ void RuntimeProfile::to_thrift(TRuntimeProfileTree* tree) {
     to_thrift(&tree->nodes);
 }
 
+void RuntimeProfile::sub_projection() {

Review Comment:
   warning: method 'sub_projection' can be made static 
[readability-convert-member-functions-to-static]
   
   be/src/util/runtime_profile.h:346:
   ```diff
   -     void sub_projection();
   +     static void sub_projection();
   ```
   



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