github-actions[bot] commented on code in PR #26110:
URL: https://github.com/apache/doris/pull/26110#discussion_r1375849853
##########
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: [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]