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.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 03c8cae0dbc branch-4.0: (cloud) Hold table write lock across
first-time dynamic partition setup to prevent CREATE MV race #62755 (#62862)
add 071c92f32ab [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:
.../vec/functions/function_datetime_floor_ceil.cpp | 19 ++--
.../vec/functions/function_other_types_to_date.cpp | 8 +-
be/src/vec/runtime/timestamptz_value.cpp | 32 +++++++
be/src/vec/runtime/timestamptz_value.h | 7 +-
.../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]