This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch auto-pick-67532-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    omit ec4d97fb2c8 [fix](profile) Nereids Optimize Time shows N/A when MV 
pre-rewrite is skipped (#67532)
     add cf1288086ae branch-4.1: [fix](cloud) Correct cumulative point 
advancement when enable parallel cumulative compaction (#65915) (#67425)
     add 792cc604eee branch-4.1: [chore](thirdparty) Upgrade aws-sdk-cpp from 
1.11.219 to 1.11.221 #66851 (#67554)
     add 2b0eec3b0cf [fix](fe) Avoid eager allocations in cloud tablet indexes 
(#66378) (#67248)
     add 2c37ce1411e branch-4.1: [fix](fe) Restore rollup show state after 
metadata reload #65869 (#67596)
     add ef9fb726f4d [fix](regression) stabilize index change wait (#65197) 
(#67615)
     add 9d671369d5f branch-4.1: [fix](arrow-flight) Do not take the 
point-query short circuit on an Arrow Flight connection #67487 (#67557)
     add ad5cab5e04f [fix](regression) Run restore auth case non-concurrently 
on branch-4.1 (#65668) (#67620)
     add 07009d25633 branch-4.1: [fix](sqlcache) Do not replay the MySQL sql 
cache on an Arrow Flight connection #67381 (#67556)
     add 63b5a4e5857 [fix](profile) Nereids Optimize Time shows N/A when MV 
pre-rewrite is skipped (#67532)

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   (ec4d97fb2c8)
            \
             N -- N -- N   refs/heads/auto-pick-67532-branch-4.1 (63b5a4e5857)

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_base_compaction.cpp             |   3 +
 be/src/cloud/cloud_cumulative_compaction.cpp       | 281 ++++++++++---
 be/src/cloud/cloud_cumulative_compaction.h         |  11 +-
 be/src/cloud/cloud_index_change_compaction.cpp     |  24 +-
 be/src/storage/compaction/compaction.cpp           |  20 +
 be/src/storage/compaction/compaction.h             |   3 +
 be/test/cloud/cloud_compaction_test.cpp            | 461 +++++++++++++++++++++
 .../cloud_index_change_compaction_test.cpp         |  20 +
 cloud/src/meta-service/meta_service_job.cpp        | 113 ++++-
 cloud/test/meta_service_job_test.cpp               | 348 +++++++++++++++-
 .../java/org/apache/doris/alter/RollupJobV2.java   |   3 +-
 .../doris/cloud/catalog/CloudTabletRebalancer.java |  18 +-
 .../LogicalResultSinkToShortCircuitPointQuery.java |  16 +-
 .../java/org/apache/doris/qe/ConnectProcessor.java |  10 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   7 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |  12 +-
 .../org/apache/doris/alter/RollupJobV2Test.java    |  37 ++
 .../rules/rewrite/ShortCircuitPointQueryTest.java  |  46 ++
 .../test_point_query_over_arrow_flight.groovy      | 131 ++++++
 .../test_sql_cache_over_arrow_flight.groovy        | 168 ++++++++
 .../suites/auth_call/test_ddl_restore_auth.groovy  |   2 +-
 .../index_change/test_index_change_6.groovy        |  15 +-
 .../query_p0/cache/sql_cache_object_type.groovy    | 107 +++++
 thirdparty/vars.sh                                 |   8 +-
 24 files changed, 1739 insertions(+), 125 deletions(-)
 create mode 100644 
regression-test/suites/arrow_flight_sql_p0/test_point_query_over_arrow_flight.groovy
 create mode 100644 
regression-test/suites/arrow_flight_sql_p0/test_sql_cache_over_arrow_flight.groovy
 create mode 100644 
regression-test/suites/query_p0/cache/sql_cache_object_type.groovy


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

Reply via email to