You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/10/21 02:57:44 UTC

[doris] branch master updated (3e168c87c6 -> 3ca8bfaf30)

This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3e168c87c6 [improvement](regression-test) wait for publish timeout of stream load (#13531)
     add 3ca8bfaf30 [Function](array) support array_difference function (#13440)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |   1 +
 ...rray_sort.cpp => function_array_difference.cpp} |   7 +-
 .../functions/array/function_array_difference.h    | 210 +++++++++++++++++++++
 .../functions/array/function_array_register.cpp    |   2 +
 .../array-functions/array_difference.md            |  66 +++++++
 docs/sidebars.json                                 |   5 +-
 .../array-functions/array_difference.md            |  66 +++++++
 gensrc/script/doris_builtins_functions.py          |  11 +-
 .../test_array_functions_of_array_difference.out   |  10 +
 ...est_array_functions_of_array_difference.groovy} |  27 +--
 10 files changed, 389 insertions(+), 16 deletions(-)
 copy be/src/vec/functions/array/{function_array_sort.cpp => function_array_difference.cpp} (76%)
 create mode 100644 be/src/vec/functions/array/function_array_difference.h
 create mode 100644 docs/en/docs/sql-manual/sql-functions/array-functions/array_difference.md
 create mode 100644 docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array_difference.md
 create mode 100644 regression-test/data/query_p0/sql_functions/array_functions/test_array_functions_of_array_difference.out
 copy regression-test/suites/{compaction/test_compaction_array.groovy => query_p0/sql_functions/array_functions/test_array_functions_of_array_difference.groovy} (60%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org