This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5ae046b208 [bugfix](log) fix wrong print introduced by 49fecd2a6dae #14266 add f86886f8f5 [Feature](function) Support array_compact function (#14141) No new revisions were added by this update. Summary of changes: be/src/vec/CMakeLists.txt | 1 + ...n_array_sort.cpp => function_array_compact.cpp} | 6 +- .../vec/functions/array/function_array_compact.h | 110 ++++++++++++++++++ .../functions/array/function_array_register.cpp | 2 + .../sql-functions/array-functions/array_compact.md | 81 ++++++++++++++ .../sql-functions/array-functions/array_compact.md | 81 ++++++++++++++ gensrc/script/doris_builtins_functions.py | 15 +++ .../array_functions/test_array_functions.out | 124 +++++++++++++++++++++ .../test_array_functions_by_literal.out | 18 +++ .../array_functions/test_array_functions.groovy | 9 ++ .../test_array_functions_by_literal.groovy | 9 ++ 11 files changed, 453 insertions(+), 3 deletions(-) copy be/src/vec/functions/array/{function_array_sort.cpp => function_array_compact.cpp} (80%) create mode 100644 be/src/vec/functions/array/function_array_compact.h create mode 100644 docs/en/docs/sql-manual/sql-functions/array-functions/array_compact.md create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_compact.md --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org