This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57949-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 30d2df04594 4.0.2-rc02 (#58600)
add 60c8dfdfd47 [Refactor](cast) Make all nullable for cast from string to
simple types (#57949)
No new revisions were added by this update.
Summary of changes:
.../data_types/serde/data_type_nullable_serde.cpp | 10 ++-
be/src/vec/functions/cast/cast_base.cpp | 18 ++++-
.../functions/cast/cast_to_basic_number_common.h | 26 ++++---
be/src/vec/functions/cast/cast_to_boolean.h | 26 +++----
be/src/vec/functions/cast/cast_to_date.h | 67 +++++++++---------
be/src/vec/functions/cast/cast_to_decimal.h | 80 ++++++++++------------
be/src/vec/functions/cast/cast_to_float.h | 2 +-
be/src/vec/functions/cast/cast_to_int.h | 37 +++++-----
be/src/vec/functions/cast/cast_to_ip.h | 25 +++----
be/src/vec/functions/cast/cast_to_jsonb.h | 9 ++-
be/test/vec/function/cast/cast_to_integer.cpp | 7 +-
.../doris/nereids/trees/expressions/Cast.java | 13 ----
.../trees/expressions/functions/scalar/Date.java | 1 +
.../cast/test_cast_to_complex_types_strict.groovy | 6 ++
.../suites/prepared_stmt_p0/prepared_stmt.groovy | 31 ++++-----
15 files changed, 170 insertions(+), 188 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]