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 c4bdbe40547 [fix](fe) Invalidate external row counts after metadata 
changes
     add 805fa7db777 branch-4.1: [fix](regression) Align remote Doris VARIANT 
checks with current semantics #68165 (#68228)
     add 7b841c1a53a branch-4.1: [fix](mtmv) Do not rebuild the whole MV when a 
partition has no snapshot #68237 (#68249)
     add 470a8b53974 [fix](be) exclude wal from variant format validation 
(#68233) (#68242)
     add cb580c38d3d branch-4.1: [fix](rbo) Guard partial TopN pushdown through 
joins #67796 (#68235)
     add 052eb8ded8c branch-4.1: [test](regression) Stabilize search score 
cache test #65894 (#68252)
     add 17492d17e87 [fix](fe) Invalidate external row counts after metadata 
changes
     add 8b4749c00f5 [fix](fe) Fence row count cache on metadata events

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   (c4bdbe40547)
            \
             N -- N -- N   refs/heads/auto-pick-64160-branch-4.1 (8b4749c00f5)

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/format_v2/table_reader.cpp                  |   9 +-
 be/test/format_v2/table_reader_test.cpp            |  11 +-
 .../main/java/org/apache/doris/catalog/MTMV.java   |  10 +-
 .../org/apache/doris/catalog/RefreshManager.java   |   4 +
 .../org/apache/doris/datasource/CatalogMgr.java    |   5 +-
 .../apache/doris/datasource/ExternalCatalog.java   |  18 ++-
 .../doris/datasource/ExternalMetaCacheMgr.java     |  43 ++++---
 .../apache/doris/job/extensions/mtmv/MTMVTask.java |   8 +-
 .../apache/doris/nereids/properties/DataTrait.java |   3 +-
 .../doris/nereids/properties/FuncDepsDG.java       |  53 ++++++++
 .../rewrite/PushDownTopNDistinctThroughJoin.java   |  42 +++++-
 .../RefreshManagerTest.java}                       |  37 +++---
 .../apache/doris/datasource/CatalogMgrTest.java    |  97 ++++++++++++++
 .../ExternalMetaCacheRouteResolverTest.java        |  29 +++++
 .../java/org/apache/doris/mtmv/MTMVTaskTest.java   |  56 +++++++-
 .../test/java/org/apache/doris/mtmv/MTMVTest.java  |  24 ++++
 .../doris/nereids/properties/FuncDepsDGTest.java   |  15 +++
 .../PushDownTopNDistinctThroughJoinTest.java       | 141 +++++++++++++++++++++
 .../test_remote_doris_variant_select.out           |  81 ------------
 .../mtmv_p0/test_base_table_add_partition_mtmv.out |  17 +++
 .../push_down_top_n_distinct_through_join.out      |   7 +
 .../test_remote_doris_variant_select.groovy        |  70 +++++++---
 .../test_base_table_add_partition_mtmv.groovy      |  72 +++++++++++
 .../push_down_top_n_distinct_through_join.groovy   |  41 ++++++
 .../suites/search/test_search_score_cache.groovy   |   5 +
 25 files changed, 730 insertions(+), 168 deletions(-)
 copy 
fe/fe-core/src/test/java/org/apache/doris/{datasource/iceberg/rewrite/RewriteDataFileExecutorTest.java
 => catalog/RefreshManagerTest.java} (55%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/PushDownTopNDistinctThroughJoinTest.java
 delete mode 100644 
regression-test/data/external_table_p0/remote_doris/test_remote_doris_variant_select.out
 create mode 100644 
regression-test/data/mtmv_p0/test_base_table_add_partition_mtmv.out
 create mode 100644 
regression-test/suites/mtmv_p0/test_base_table_add_partition_mtmv.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to