This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f800ba8f4c [Exec](opt) Optimize function call for const columns
(#18212)
add 1b2aaab2f2 [vectorized](bug) fix some case in enable fold constant
(#17997)
No new revisions were added by this update.
Summary of changes:
be/src/runtime/fold_constant_executor.cpp | 8 ++++++--
be/src/vec/data_types/data_type.h | 3 +++
be/src/vec/data_types/data_type_array.cpp | 9 ---------
be/src/vec/data_types/data_type_factory.cpp | 3 +++
be/src/vec/data_types/data_type_nullable.h | 1 +
be/src/vec/data_types/data_type_number_base.h | 5 +++++
be/src/vec/functions/function_cast.h | 2 +-
.../rewrite/rules/FoldConstantRuleOnBE.java | 6 ++++++
.../nereids/trees/expressions/literal/Literal.java | 2 +-
.../org/apache/doris/rewrite/FoldConstantsRule.java | 3 +++
regression-test/data/export/test_array_export.out | 4 ++--
.../cast_function/test_cast_function.out | 3 +++
.../array_functions/test_array_with_scale_type.out | 16 ++++++++--------
.../cast_function/test_cast_function.out | 3 +++
.../datatype_p0/decimalv3/test_predicate.groovy | 4 ++--
.../suites/export/test_array_export.groovy | 2 +-
.../cast_function/test_cast_function.groovy | 21 +--------------------
.../test_array_with_scale_type.groovy | 16 ++++++++--------
.../cast_function/test_cast_function.groovy | 17 +----------------
19 files changed, 58 insertions(+), 70 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]