This is an automated email from the ASF dual-hosted git repository.
924060929 pushed a change to branch auto-pick-64160-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
omit 833c487d52a [fix](fe) Preserve row count fences on refresh failures
omit 8b4749c00f5 [fix](fe) Fence row count cache on metadata events
omit 17492d17e87 [fix](fe) Invalidate external row counts after metadata
changes
add 1dbf5c68709 [fix](mtmv) Preserve origin statement in refresh task
(#68272)
add 9696ec37733 branch-4.1: [fix](varaint) Preserve variant sub-path order
#67803 (#68284)
add d6d40fe0743 branch-4.1: [fix](fe) Prevent stale external name
publication after refresh #65126 (#67417)
add f7ea9824968 [fix](fe) Invalidate external row counts after metadata
changes
add ca01035c474 [fix](fe) Fence row count cache on metadata events
add f31e76cd024 [fix](fe) Preserve row count fences on refresh failures
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 (833c487d52a)
\
N -- N -- N refs/heads/auto-pick-64160-branch-4.1 (f31e76cd024)
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:
.../java/org/apache/doris/common/CacheFactory.java | 6 +
.../org/apache/doris/datasource/CatalogMgr.java | 31 +-
.../apache/doris/datasource/ExternalCatalog.java | 125 +-
.../apache/doris/datasource/ExternalDatabase.java | 117 +-
.../doris/datasource/hive/HMSExternalCatalog.java | 14 +-
.../doris/datasource/hive/HMSExternalDatabase.java | 12 +-
.../metacache/LegacyMetaCacheFactory.java | 25 +-
.../doris/datasource/metacache/MetaCache.java | 778 ++++++++-
.../apache/doris/job/extensions/mtmv/MTMVTask.java | 14 +-
.../nereids/jobs/rewrite/CostBasedRewriteJob.java | 10 +-
.../rules/rewrite/VariantSubPathPruning.java | 20 +-
.../datasource/ExternalCatalogDeadlockTest.java | 689 +++++++-
.../org/apache/doris/datasource/MetaCacheTest.java | 1723 ++++++++++++++++++++
...baseNameComparedLowercaseMetaCacheTrueTest.java | 16 +
...ableNameComparedLowercaseMetaCacheTrueTest.java | 26 +
.../java/org/apache/doris/mtmv/MTMVTaskTest.java | 17 +
.../rewrite/CostBasedRewriteJobTest.java} | 26 +-
.../rules/rewrite/PruneNestedColumnTest.java | 14 +
.../variant_p0/test_variant_sub_path_order.out | 11 +
.../variant_p0/test_variant_sub_path_order.groovy | 72 +
20 files changed, 3574 insertions(+), 172 deletions(-)
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/{types/DecimalV2TypeTest.java
=> jobs/rewrite/CostBasedRewriteJobTest.java} (55%)
create mode 100644
regression-test/data/variant_p0/test_variant_sub_path_order.out
create mode 100644
regression-test/suites/variant_p0/test_variant_sub_path_order.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]