github-actions[bot] commented on code in PR #25448: URL: https://github.com/apache/doris/pull/25448#discussion_r1359843245
########## be/src/pipeline/exec/multi_cast_data_stream_sink.cpp: ########## @@ -33,4 +33,18 @@ std::string MultiCastDataStreamSinkLocalState::id_name() { return id_name; } +Status MultiCastDataStreamSinkLocalState::init(RuntimeState* state, LocalSinkStateInfo& info) { Review Comment: warning: method 'init' can be made static [readability-convert-member-functions-to-static] be/src/pipeline/exec/multi_cast_data_stream_sink.h:53: ```diff - Status init(RuntimeState* state, LocalSinkStateInfo& info) override; + static Status init(RuntimeState* state, LocalSinkStateInfo& info) override; ``` -- 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