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


##########
be/src/cloud/cloud_storage_engine.cpp:
##########
@@ -306,8 +306,14 @@ void CloudStorageEngine::get_cumu_compaction(
     }
 }
 
-void CloudStorageEngine::_adjust_compaction_thread_num() {
+Status CloudStorageEngine::_adjust_compaction_thread_num() {

Review Comment:
   warning: method '_adjust_compaction_thread_num' can be made static 
[readability-convert-member-functions-to-static]
   
   be/src/cloud/cloud_storage_engine.h:96:
   ```diff
   -     Status _adjust_compaction_thread_num();
   +     static Status _adjust_compaction_thread_num();
   ```
   



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