This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-63034-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from a5ddccb9b84 branch-4.1 : [Refactor](Variant) add NestedGroup path
metadata support (#62782)
add 8779d38a3b1 [fix](timestamptz) Preserve correct DST fold branch to go
cross the transition point (#63034)
No new revisions were added by this update.
Summary of changes:
be/src/core/value/timestamptz_value.cpp | 32 +++++++
be/src/core/value/timestamptz_value.h | 7 +-
.../function/function_datetime_floor_ceil.cpp | 19 ++--
.../function/function_other_types_to_date.cpp | 8 +-
.../expressions/literal/StringLikeLiteral.java | 12 ++-
.../doris/nereids/util/TypeCoercionUtils.java | 29 ++++--
.../doris/nereids/util/TypeCoercionUtilsTest.java | 18 ++++
.../timestamptz/test_timestamptz_dst_fold.out | 17 ++++
.../test_timestamptz_storage_agg_key.out | 9 ++
.../sql-functions/doc_date_functions_test.out | 2 +-
.../datetime_functions/test_date_function_v2.out | 6 +-
.../timestamptz/test_timestamptz_dst_fold.groovy | 103 +++++++++++++++++++++
12 files changed, 235 insertions(+), 27 deletions(-)
create mode 100644
regression-test/data/datatype_p0/timestamptz/test_timestamptz_dst_fold.out
create mode 100644
regression-test/suites/datatype_p0/timestamptz/test_timestamptz_dst_fold.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]