github-actions[bot] commented on code in PR #25796: URL: https://github.com/apache/doris/pull/25796#discussion_r1375435220
########## be/src/vec/sink/delta_writer_v2_pool.cpp: ########## @@ -36,7 +37,7 @@ DeltaWriterV2* DeltaWriterV2Map::get_or_create(int64_t tablet_id, return _map.at(tablet_id).get(); } -Status DeltaWriterV2Map::close() { +Status DeltaWriterV2Map::close(RuntimeProfile* profile) { Review Comment: warning: method 'close' can be made static [readability-convert-member-functions-to-static] be/src/vec/sink/delta_writer_v2_pool.h:72: ```diff - Status close(RuntimeProfile* profile); + static Status close(RuntimeProfile* profile); ``` -- 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