This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-67697-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from d63f2c620ef branch-4.1:[improvement](file-cache) Enable file cache by
default. (#66684)
add e07017dc47b [fix](be) Return null for TRY_CAST arithmetic overflow
(#67697)
No new revisions were added by this update.
Summary of changes:
.../core/data_type_serde/data_type_map_serde.cpp | 2 +-
.../data_type_serde/data_type_struct_serde.cpp | 2 +-
be/src/exprs/function/cast/cast_to_date.h | 2 +-
be/src/exprs/function/cast/cast_to_timestamptz.h | 4 +-
.../cast/variant_v2/cast_array_to_variant.cpp | 22 +-
.../cast/variant_v2/cast_variant_to_array.cpp | 2 +-
.../cast/variant_v2/cast_variant_to_jsonb.cpp | 8 +-
.../cast/variant_v2/cast_variant_to_scalar.cpp | 20 +-
.../cast/variant_v2/cast_variant_to_string.cpp | 6 +-
.../function/cast/variant_v2/cast_variant_v2.cpp | 13 +-
be/src/exprs/vcast_expr.cpp | 52 ++--
be/src/exprs/vcast_expr.h | 1 -
.../function/cast/cast_variant_v2_from_test.cpp | 2 +-
.../function/cast/cast_variant_v2_to_test.cpp | 2 +-
be/test/exprs/try_cast_expr_test.cpp | 282 +++++++++++++++++++++
.../cast/test_try_cast_decimal_overflow.out | 22 ++
.../cast/test_try_cast_complex_overflow.groovy | 75 ++++++
.../cast/test_try_cast_conversion_errors.groovy | 73 ++++++
.../cast/test_try_cast_decimal_overflow.groovy | 110 ++++++++
19 files changed, 621 insertions(+), 79 deletions(-)
create mode 100644
regression-test/data/function_p0/cast/test_try_cast_decimal_overflow.out
create mode 100644
regression-test/suites/function_p0/cast/test_try_cast_complex_overflow.groovy
create mode 100644
regression-test/suites/function_p0/cast/test_try_cast_conversion_errors.groovy
create mode 100644
regression-test/suites/function_p0/cast/test_try_cast_decimal_overflow.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]