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 f57b6adba9 [improvement](libhdfs) Use keytab and principal to login
kerberos (#19841)
add d64be9565d [Bug](function) fix function in get wrong result when input
const column (#19791)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/create_predicate_function.h | 4 +-
be/src/olap/schema_change.cpp | 2 +
be/src/vec/exprs/vcase_expr.cpp | 8 ++-
be/src/vec/exprs/vectorized_fn_call.cpp | 22 +++++----
be/src/vec/exprs/vectorized_fn_call.h | 7 +++
be/src/vec/exprs/vexpr.cpp | 57 ++++++++++++----------
be/src/vec/exprs/vexpr.h | 11 +++--
be/src/vec/functions/array/function_array_binary.h | 2 -
.../vec/functions/array/function_array_count.cpp | 2 -
.../vec/functions/array/function_array_range.cpp | 2 -
be/src/vec/functions/array/function_array_zip.cpp | 2 -
be/src/vec/functions/comparison_equal_for_null.cpp | 1 -
be/src/vec/functions/function.cpp | 11 +----
be/src/vec/functions/function.h | 25 +++++++---
.../vec/functions/function_always_not_nullable.h | 1 -
be/src/vec/functions/function_bitmap.cpp | 9 ----
be/src/vec/functions/function_bitmap_min_or_max.h | 2 -
be/src/vec/functions/function_bitmap_variadic.cpp | 1 -
be/src/vec/functions/function_case.h | 18 ++++---
be/src/vec/functions/function_cast.h | 6 +--
be/src/vec/functions/function_coalesce.cpp | 2 -
be/src/vec/functions/function_conv.cpp | 1 -
be/src/vec/functions/function_convert_tz.h | 1 -
.../function_date_or_datetime_computation.h | 2 -
.../function_date_or_datetime_to_something.h | 1 -
.../function_date_or_datetime_to_string.h | 1 -
.../vec/functions/function_datetime_floor_ceil.cpp | 2 -
.../functions/function_datetime_string_to_string.h | 1 -
be/src/vec/functions/function_encryption.cpp | 2 -
be/src/vec/functions/function_grouping.h | 2 -
be/src/vec/functions/function_hex.cpp | 2 -
be/src/vec/functions/function_ifnull.h | 2 -
be/src/vec/functions/function_java_udf.h | 2 +
be/src/vec/functions/function_json.cpp | 8 ---
be/src/vec/functions/function_jsonb.cpp | 4 --
be/src/vec/functions/function_math_unary.h | 2 -
.../functions/function_math_unary_to_null_type.h | 2 -
be/src/vec/functions/function_multi_same_args.h | 2 -
be/src/vec/functions/function_nonnullable.cpp | 1 -
be/src/vec/functions/function_quantile_state.cpp | 4 --
be/src/vec/functions/function_regexp.cpp | 2 -
be/src/vec/functions/function_reverse.h | 2 -
be/src/vec/functions/function_rpc.h | 2 +
be/src/vec/functions/function_running_difference.h | 2 -
be/src/vec/functions/function_string.cpp | 2 -
be/src/vec/functions/function_string.h | 27 +---------
be/src/vec/functions/function_string_to_string.h | 2 -
be/src/vec/functions/function_timestamp.cpp | 5 --
be/src/vec/functions/function_totype.h | 11 -----
be/src/vec/functions/function_unary_arithmetic.h | 2 -
be/src/vec/functions/function_utility.cpp | 1 -
be/src/vec/functions/function_variadic_arguments.h | 1 -
be/src/vec/functions/functions_geo.h | 1 -
be/src/vec/functions/functions_logical.h | 4 --
.../functions/functions_multi_string_position.cpp | 2 -
.../functions/functions_multi_string_search.cpp | 2 -
be/src/vec/functions/hll_cardinality.cpp | 1 -
be/src/vec/functions/in.h | 17 +++----
be/src/vec/functions/is_not_null.cpp | 1 -
be/src/vec/functions/is_null.cpp | 1 -
be/src/vec/functions/like.h | 2 -
be/src/vec/functions/nullif.cpp | 2 -
be/src/vec/functions/round.h | 2 +-
be/src/vec/utils/util.hpp | 9 ++++
.../data/query_p0/sql_functions/test_in_expr.out | 10 ++++
.../query_p0/sql_functions/test_in_expr.groovy | 6 +++
66 files changed, 135 insertions(+), 221 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]