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

dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5615d7d781d branch-3.0: [fix](nereids) fix bug of 
MergePercentileToArray #49773 (#50602)
     add d87bf7aa437  branch-3.0: [opt](lambda) let lambda expression support 
refer outer slot #44365 (#49394)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  10 +-
 be/src/vec/exprs/lambda_function/lambda_function.h |   9 +-
 .../exprs/lambda_function/varray_map_function.cpp  | 212 ++++++++++++++++++---
 be/src/vec/exprs/vcolumn_ref.h                     |  11 +-
 be/src/vec/exprs/vexpr.h                           |   3 +
 be/src/vec/exprs/vlambda_function_call_expr.h      |   1 +
 .../org/apache/doris/nereids/analyzer/Scope.java   |  11 +-
 .../nereids/rules/analysis/BindExpression.java     |   2 +-
 .../nereids/rules/analysis/ExpressionAnalyzer.java |   5 +-
 .../nereids/rules/analysis/SubExprAnalyzer.java    |  11 +-
 .../test_array_map_function_with_column.out        | Bin 0 -> 1083 bytes
 .../array_functions/test_array_map_function.groovy |   3 +-
 .../test_array_map_function_with_column.groovy     |  70 +++++++
 .../datetime_functions/test_convert_tz.groovy      |   3 +-
 14 files changed, 293 insertions(+), 58 deletions(-)
 create mode 100644 
regression-test/data/query_p0/sql_functions/array_functions/test_array_map_function_with_column.out
 create mode 100644 
regression-test/suites/query_p0/sql_functions/array_functions/test_array_map_function_with_column.groovy


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

Reply via email to