This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from bd90fc6f70b [feat](Nereids) support copy into command (#47194) add 182cde5a668 [Chore](function) add ut for array_agg/collect_list/collect_set (#50181) No new revisions were added by this update. Summary of changes: .../vec/aggregate_functions/aggregate_function.h | 10 +- .../aggregate_function_array_agg.cpp | 72 +++ .../aggregate_function_array_agg.h | 431 ++++++++++++++++++ .../aggregate_function_collect.cpp | 109 ++--- .../aggregate_function_collect.h | 505 +-------------------- .../aggregate_function_simple_factory.cpp | 2 + be/src/vec/columns/column_map.cpp | 10 - be/src/vec/columns/column_map.h | 3 - be/src/vec/columns/column_struct.h | 10 - .../vec/aggregate_functions/agg_array_agg_test.cpp | 197 ++++++++ .../vec/aggregate_functions/agg_collect_test.cpp | 113 ++++- .../vec/aggregate_functions/agg_function_test.h | 6 - .../data/function_p0/test_agg_foreach.out | Bin 1164 -> 1276 bytes .../suites/function_p0/test_agg_foreach.groovy | 66 +-- 14 files changed, 916 insertions(+), 618 deletions(-) create mode 100644 be/src/vec/aggregate_functions/aggregate_function_array_agg.cpp create mode 100644 be/src/vec/aggregate_functions/aggregate_function_array_agg.h create mode 100644 be/test/vec/aggregate_functions/agg_array_agg_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org