This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b440e68dfd0 [Chore](nereids) remove AlterRepositoryStmt (#54472)
add f03e5fa08fb [improve](array-func)support array_contains &&
array_distinct with ip (#53591)
No new revisions were added by this update.
Summary of changes:
be/src/vec/columns/column_array.h | 2 +-
.../vec/functions/array/function_array_cum_sum.cpp | 25 +++-
.../vec/functions/array/function_array_distinct.h | 7 +
be/src/vec/functions/array/function_array_index.h | 11 ++
be/src/vec/utils/util.hpp | 55 ++++++++
.../decimalv3/test_decimal256_array.out | Bin 3625 -> 3658 bytes
.../data/doc/sql-manual/ArrayNullsafe.out | Bin 0 -> 3887 bytes
.../data/inverted_index_p0/test_array_index3.out | Bin 0 -> 375 bytes
.../nereids_function_p0/scalar_function/Array1.out | Bin 33278945 -> 33289517
bytes
.../array_functions/test_array_functions.out | Bin 28355 -> 28349 bytes
.../test_array_functions_by_literal.out | Bin 29825 -> 29801 bytes
.../suites/doc/sql-manual/ArrayNullsafe.groovy | 147 +++++++++++++++++++++
.../inverted_index_p0/test_array_index3.groovy | 119 +++++++++++++++++
.../scalar_function/Array1.groovy | 5 +
14 files changed, 363 insertions(+), 8 deletions(-)
create mode 100644 regression-test/data/doc/sql-manual/ArrayNullsafe.out
create mode 100644 regression-test/data/inverted_index_p0/test_array_index3.out
create mode 100644 regression-test/suites/doc/sql-manual/ArrayNullsafe.groovy
create mode 100644
regression-test/suites/inverted_index_p0/test_array_index3.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]