HappenLee commented on code in PR #33481: URL: https://github.com/apache/doris/pull/33481#discussion_r1565160918
########## be/src/pipeline/exec/group_commit_block_sink_operator.h: ########## @@ -30,7 +31,7 @@ class GroupCommitBlockSinkOperatorBuilder final GroupCommitBlockSinkOperatorBuilder(int32_t id, DataSink* sink) : DataSinkOperatorBuilder(id, "GroupCommitBlockSinkOperator", sink) {} - OperatorPtr build_operator() override; + inline OperatorPtr build_operator() override; Review Comment: while add inline? seems unless -- 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