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

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


    from 9fb32d2bbf2 [refactor](storage) Remove the tablet schema from the 
query read path (#68198)
     add fdbb409c89c [feat](array) support trim_array function (#67397)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/function/array/function_array_pop.cpp | 121 +++++++++++++++++++
 .../exprs/function/function_array_trim_test.cpp    | 130 +++++++++++++++++++++
 .../doris/catalog/BuiltinScalarFunctions.java      |   2 +
 .../functions/executable/ArrayArithmetic.java      |  16 +++
 .../scalar/{ArrayExcept.java => TrimArray.java}    |  31 +++--
 .../expressions/visitor/ScalarFunctionVisitor.java |   5 +
 .../functions/executable/ArrayArithmeticTest.java  |  58 +++++++++
 .../functions/scalar/TrimArrayTest.java            |  75 ++++++++++++
 .../array_functions/test_trim_array.out            |  69 +++++++++++
 .../array_functions/test_trim_array.groovy         |  95 +++++++++++++++
 10 files changed, 584 insertions(+), 18 deletions(-)
 create mode 100644 be/test/exprs/function/function_array_trim_test.cpp
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{ArrayExcept.java
 => TrimArray.java} (69%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/functions/executable/ArrayArithmeticTest.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/expressions/functions/scalar/TrimArrayTest.java
 create mode 100644 
regression-test/data/query_p0/sql_functions/array_functions/test_trim_array.out
 create mode 100644 
regression-test/suites/query_p0/sql_functions/array_functions/test_trim_array.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to