This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 1f8ba4948d [Fix](multi-catalog) add handler for hms INSERT EVENT. (#17933) add 1999cccde9 [feature](array-type) Unique table support array value (#17024) No new revisions were added by this update. Summary of changes: .../aggregate_function_reader_first_last.h | 25 +- be/src/vec/columns/column_complex.h | 16 +- be/src/vec/functions/function_case.h | 5 + be/src/vec/utils/template_helpers.hpp | 6 + be/test/CMakeLists.txt | 1 + .../vec/aggregate_functions/agg_replace_test.cpp | 460 +++++++++++++++++++++ be/test/vec/core/column_complex_test.cpp | 7 + .../org/apache/doris/analysis/CreateTableStmt.java | 8 +- 8 files changed, 506 insertions(+), 22 deletions(-) create mode 100644 be/test/vec/aggregate_functions/agg_replace_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org