yiguolei commented on code in PR #29133: URL: https://github.com/apache/doris/pull/29133#discussion_r1437942030
########## be/src/pipeline/exec/aggregation_sink_operator.h: ########## @@ -39,7 +39,7 @@ class AggSinkOperatorBuilder final : public OperatorBuilder<vectorized::Aggregat bool is_sink() const override { return true; } }; -class AggSinkOperator final : public StreamingOperator<AggSinkOperatorBuilder> { Review Comment: If the operator does not depend on operator builder, then should remove all builders. -- 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