This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-66952-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 31263df4dc1 branch-4.1: [fix](function) prevent count_substrings tail
overmatch #63215 (#67167)
add 5252e9c9dda [fix](serde) Stop strict-mode string casts gluing NULL
rows onto the next value (#66952)
No new revisions were added by this update.
Summary of changes:
.../data_type_serde/data_type_decimal_serde.cpp | 16 +--
.../data_type_serde/data_type_number_serde.cpp | 14 +--
be/test/core/column/column_nullable_test.cpp | 29 ++++++
...l_from_string_strict_batch_null_offset_test.cpp | 98 ++++++++++++++++++
...e_from_string_strict_batch_null_offset_test.cpp | 99 ++++++++++++++++++
.../cast/test_cast_string_to_number_with_nulls.out | 29 ++++++
.../test_cast_string_to_number_with_nulls.groovy | 112 +++++++++++++++++++++
7 files changed, 372 insertions(+), 25 deletions(-)
create mode 100644
be/test/core/data_type_serde/data_type_serde_decimal_from_string_strict_batch_null_offset_test.cpp
create mode 100644
be/test/core/data_type_serde/data_type_serde_from_string_strict_batch_null_offset_test.cpp
create mode 100644
regression-test/data/function_p0/cast/test_cast_string_to_number_with_nulls.out
create mode 100644
regression-test/suites/function_p0/cast/test_cast_string_to_number_with_nulls.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]