HappenLee commented on code in PR #15433: URL: https://github.com/apache/doris/pull/15433#discussion_r1058777849
########## be/src/pipeline/exec/assert_num_rows_operator.h: ########## @@ -36,6 +36,7 @@ class AssertNumRowsOperator final : public StreamingOperator<AssertNumRowsOperat public: AssertNumRowsOperator(OperatorBuilderBase* operator_builder, ExecNode* node) : StreamingOperator(operator_builder, node) {}; + std::string get_name() const override { return "AssertNumRowsOperator"; } Review Comment: do not need override each opeator. just use opeartor build `get_name` fucntion. -- 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