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 99cef84acf [Feature](Nereids) Add nereids minidump (#18747)
add 39ec8aa64c [refactor](complex-type) refactor array/map/struct literal
to not invoke execute() function in prepare state (#19068)
No new revisions were added by this update.
Summary of changes:
be/src/vec/exprs/varray_literal.cpp | 5 +-
be/src/vec/exprs/vliteral.h | 2 +
be/src/vec/exprs/vmap_literal.cpp | 11 ++--
be/src/vec/exprs/vstruct_literal.cpp | 7 +-
be/src/vec/sink/vtablet_sink.cpp | 44 +++++++++----
.../org/apache/doris/analysis/ArrayLiteral.java | 41 +++++++++---
.../java/org/apache/doris/analysis/CastExpr.java | 5 ++
.../main/java/org/apache/doris/analysis/Expr.java | 15 +++++
.../apache/doris/analysis/FunctionCallExpr.java | 4 +-
.../org/apache/doris/analysis/LiteralExpr.java | 34 ++++++++++
.../java/org/apache/doris/analysis/MapLiteral.java | 74 +++++++++++++++-------
.../org/apache/doris/analysis/StructLiteral.java | 21 +++++-
.../stream_load/test_map_load_and_function.out | 2 +-
.../load_p0/stream_load/test_parquet_orc_case.out | 6 +-
.../sql_functions/array_functions/sql/q02.out | 4 +-
.../test_array_aggregation_functions.out | 20 +++---
.../array_functions/test_array_functions.out | 32 +++++-----
.../test_array_functions_by_literal.out | 2 +-
.../array_functions/test_array_with_scale_type.out | 46 ++++++++------
.../test_array_aggregation_functions.groovy | 4 +-
.../array_functions/test_array_functions.groovy | 2 +-
.../test_array_functions_by_literal.groovy | 2 +-
.../test_array_with_scale_type.groovy | 14 ++--
23 files changed, 278 insertions(+), 119 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]