This is an automated email from the ASF dual-hosted git repository.
JNSimba pushed a change to branch auto-pick-62940-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
discard c54049287b8 [fix](test) add missing Mockito import in JobManagerTest
for branch-4.1
discard b3dbec8af1e [fix](job-manager) cancelTaskById should not be blocked by
unrelated streaming jobs (#62940)
add c180e7cca69 branch-4.1: [fix](memory-tracker) Avoid nested task attach
in cloud snapshot manager #63189 (#63235)
add 89da1665cc2 branch-4.1: [Fix](ttz) Fix TIMESTAMPTZ elapsed-time
semantics to use UTC #63161 (#63248)
add e7525459f8f branch-4.1: [fix](statistics) Skip statistics cache for
system dbs #63089 (#63198)
add f27a1e5b9eb [fix](scan) Fix adaptive load batch sizing (#63245)
add 3125bc3adaa [fix](be) Fix runtime filter crash with shared hash table
(#63256)
add 4a375e28ec1 branch-4.1: [fix](fe) Fix deep nested complex type subtype
validation bypass #63208 (#63222)
add 0731a7683d2 4.1.1-rc01 (#63337)
add 6df24b41830 [fix](job-manager) cancelTaskById should not be blocked by
unrelated streaming jobs (#62940)
add 38f06e1583d [fix](test) add missing Mockito import in JobManagerTest
for branch-4.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c54049287b8)
\
N -- N -- N refs/heads/auto-pick-62940-branch-4.1 (38f06e1583d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
be/src/cloud/cloud_snapshot_mgr.cpp | 6 +-
be/src/core/value/timestamptz_value.h | 6 +
be/src/exec/operator/hashjoin_build_sink.cpp | 7 +-
.../runtime_filter_producer_helper.cpp | 29 +++-
be/src/exec/scan/file_scanner.cpp | 2 +
.../aggregate_function_sequence_match.cpp | 3 +
.../aggregate/aggregate_function_sequence_match.h | 7 +-
.../aggregate/aggregate_function_window_funnel.cpp | 7 +-
.../aggregate/aggregate_function_window_funnel.h | 34 ++--
.../aggregate_function_window_funnel_v2.cpp | 7 +-
.../aggregate_function_window_funnel_v2.h | 27 +--
.../function_date_or_datetime_computation.cpp | 6 +-
.../function_date_or_datetime_computation.h | 16 +-
be/src/storage/snapshot/snapshot_manager.cpp | 4 +-
.../expressions/functions/agg/SequenceCount.java | 3 +
.../functions/agg/SequenceFunction.java | 2 +-
.../expressions/functions/agg/SequenceMatch.java | 3 +
.../expressions/functions/agg/TopNWeighted.java | 8 +
.../expressions/functions/agg/WindowFunnel.java | 15 +-
.../expressions/functions/agg/WindowFunnelV2.java | 15 +-
.../expressions/functions/scalar/DateDiff.java | 3 +
.../expressions/functions/scalar/DaysDiff.java | 2 +
.../expressions/functions/scalar/HoursDiff.java | 3 +
.../functions/scalar/MicroSecondsDiff.java | 3 +
.../functions/scalar/MilliSecondsDiff.java | 3 +
.../expressions/functions/scalar/MinutesDiff.java | 3 +
.../expressions/functions/scalar/MonthsDiff.java | 7 +-
.../expressions/functions/scalar/QuartersDiff.java | 7 +-
.../expressions/functions/scalar/SecondsDiff.java | 3 +
.../expressions/functions/scalar/TimeDiff.java | 11 ++
.../expressions/functions/scalar/WeeksDiff.java | 7 +-
.../expressions/functions/scalar/YearsDiff.java | 7 +-
.../org/apache/doris/nereids/types/DataType.java | 23 +--
.../doris/statistics/StatisticConstants.java | 14 ++
.../apache/doris/statistics/StatisticsCache.java | 28 ++--
.../apache/doris/nereids/types/DataTypeTest.java | 54 ++++++
.../org/apache/doris/statistics/CacheTest.java | 4 +-
.../doris/statistics/StatisticsCacheTest.java | 64 +++++++
gensrc/script/gen_build_version.sh | 4 +-
.../timestamptz/test_timestamptz_utc_functions.out | 33 ++++
.../test_complex_disallowed_subtypes.groovy | 77 +++++++++
.../test_timestamptz_utc_functions.groovy | 183 +++++++++++++++++++++
42 files changed, 652 insertions(+), 98 deletions(-)
create mode 100644
regression-test/data/datatype_p0/timestamptz/test_timestamptz_utc_functions.out
create mode 100644
regression-test/suites/datatype_p0/complex_types/test_complex_disallowed_subtypes.groovy
create mode 100644
regression-test/suites/datatype_p0/timestamptz/test_timestamptz_utc_functions.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]