This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 0b71fe14667 [Enhancement] (nereids) implement CreateDataSyncJobCommand in nereids (#49118) add 5037ee29f8c [test](beut) add AggOperator group by limit opt beut (#50295) No new revisions were added by this update. Summary of changes: .../pipeline/exec/aggregation_source_operator.cpp | 106 +-- be/src/pipeline/exec/aggregation_source_operator.h | 5 +- .../partitioned_aggregation_source_operator.cpp | 2 +- .../agg_operator_group_by_limit_opt_test.cpp | 762 +++++++++++++++++++++ be/test/pipeline/operator/agg_operator_test.cpp | 253 +++++++ 5 files changed, 1036 insertions(+), 92 deletions(-) create mode 100644 be/test/pipeline/operator/agg_operator_group_by_limit_opt_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org