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

dataroaring pushed a change to branch auto-pick-53051-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard ce33dc4c69d [fix](nereids)should distinguish hash and other conjuncts 
for outer join in MultiJoin (#53051)
     add f3e353f6934 branch-3.0: [fix](test) Fix ttl partition compensate mv 
not be chosen stable by cbo #53330 (#53469)
     add 366e25930da [Chore](workflow) change workflow's thirdparty prebuild to 
3.0 (#53639)
     add 2b2677c2b52 [Enhancement](multi-catalog) Add PredicateFilterTime, 
DictFilterRewriteTime, LazyReadFilteredRows profile metrics in parquet orc 
profiles. (#53609)
     add a629f41d5ac [Bug](topn) variant column read in topn may coredump 
(#52585)
     add 0ea385d160b branch-3.0: [fix](test) Enable 
`enable_inverted_index_v1_for_variant` for check before quit test #53607 
(#53664)
     add f46ac481f57 branch-3.0: [test](inverted index) make 
test_show_index_data regression case more stable #53705 (#53726)
     add 4130b8e22e6 branch-3.0: [fix](inverted index) set 
ENABLE_ADD_INDEX_FOR_NEW_DATA session var need forward flag to true #53690 
(#53728)
     add 5e8d460f0e7 branch-3.0: [fix](load) stream load should not overwrite 
existing error status in filtered rows check #53393 (#53695)
     add 71562efcde9 branch-3.0: [fix](cloud) Fix modify cluster network not 
work in follower introduced by #52294 #53568 (#53704)
     add 0bc9f88229b branch-3.0: [fix](warmup) prevent NPE when upgrading from 
older versions #53555 (#53666)
     add 7844a651071 branch-3.0: [chore](load) optimize show create load error 
message #53694 (#53730)
     add 4aabc77fa07 branch-3.0: [Fix](case) Fix 
`test_table_properties`/`test_primary_key_partial_update_complex_type` #53701 
(#53716)
     add 3f7daf01b21 branch-3.0: [test](inverted index) make test more stable 
for test_write_inverted_index_exception_fault_injection #53686 (#53715)
     add 3fdefdaf5c3 [fix](docker case) Fix some docker case (#53404) (#53717)
     add d0957aec321 [enhancement](nereids)remove subqueryExpr member from 
LogicalApply (#53183)
     add 3735dd4af36 [fix](nereids)should distinguish hash and other conjuncts 
for outer join in MultiJoin (#53051)

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   (ce33dc4c69d)
            \
             N -- N -- N   refs/heads/auto-pick-53051-branch-3.0 (3735dd4af36)

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:
 .github/workflows/be-ut-mac.yml                    |  10 +-
 .github/workflows/build-extension.yml              |   9 +-
 .github/workflows/build-thirdparty.yml             |   6 +-
 .github/workflows/code-checks.yml                  |   2 +-
 be/src/common/config.cpp                           |   2 +
 be/src/exec/rowid_fetcher.cpp                      |  10 +-
 be/src/olap/rowset/segment_v2/segment.cpp          |   4 +
 .../runtime/stream_load/stream_load_executor.cpp   |   2 +-
 be/src/vec/exec/format/orc/vorc_reader.cpp         | 135 ++--
 be/src/vec/exec/format/orc/vorc_reader.h           |  10 +-
 .../exec/format/parquet/vparquet_group_reader.cpp  | 159 ++---
 .../exec/format/parquet/vparquet_group_reader.h    |   2 +
 be/src/vec/exec/format/parquet/vparquet_reader.cpp |   4 +
 be/src/vec/exec/format/parquet/vparquet_reader.h   |   2 +
 cloud/src/common/config.h                          |   1 +
 cloud/src/resource-manager/resource_manager.cpp    |   6 +-
 docker/runtime/doris-compose/cluster.py            |   2 +-
 .../org/apache/doris/cloud/CloudWarmUpJob.java     |   2 +-
 .../doris/cloud/catalog/CloudClusterChecker.java   |   8 +-
 .../org/apache/doris/load/loadv2/LoadManager.java  |   5 +-
 .../nereids/rules/analysis/SubqueryToApply.java    |  18 +-
 .../nereids/rules/rewrite/ExistsApplyToJoin.java   |   5 +-
 .../doris/nereids/rules/rewrite/InApplyToJoin.java |  21 +-
 .../nereids/rules/rewrite/PullUpCteAnchor.java     |  24 +-
 .../rules/rewrite/PullUpProjectUnderApply.java     |   3 +-
 .../nereids/rules/rewrite/ScalarApplyToJoin.java   |   2 +-
 .../rewrite/UnCorrelatedApplyAggregateFilter.java  |   3 +-
 .../rules/rewrite/UnCorrelatedApplyFilter.java     |   3 +-
 .../rewrite/UnCorrelatedApplyProjectFilter.java    |   3 +-
 .../trees/copier/LogicalPlanDeepCopier.java        |  10 +-
 .../nereids/trees/plans/logical/LogicalApply.java  | 104 +--
 .../java/org/apache/doris/qe/SessionVariable.java  |   2 +-
 .../rules/rewrite/ExistsApplyToJoinTest.java       |  17 +-
 .../test_cte_subquery_many.out}                    | Bin 109 -> 117 bytes
 .../unioin_rewrite_grace_big.out                   | Bin 3997 -> 4063 bytes
 .../check_before_quit/check_before_quit.groovy     |   3 +
 .../multi_cluster/test_change_node_net.groovy      | 103 +--
 .../multi_cluster/test_multi_follower.groovy       |   5 +-
 ...inverted_index_exception_fault_injection.groovy |   1 +
 .../show_data/test_show_index_data.groovy          |  28 +-
 .../broker_load/test_show_create_load.groovy}      |  20 +-
 .../nereids_p0/test_cte_subquery_many.groovy       | 696 +++++++++++++++++++++
 .../unioin_rewrite_grace_big.groovy                |  13 +-
 .../query_p0/system/test_table_properties.groovy   |   1 +
 .../test_partial_update_complex_type.groovy        |   3 +-
 45 files changed, 1147 insertions(+), 322 deletions(-)
 copy 
regression-test/data/{compaction/test_single_compaction_with_variant_inverted_index.out
 => nereids_p0/test_cte_subquery_many.out} (91%)
 copy 
regression-test/suites/{query_p0/session_variable/test_invalid_session.groovy 
=> load_p0/broker_load/test_show_create_load.groovy} (61%)
 create mode 100644 
regression-test/suites/nereids_p0/test_cte_subquery_many.groovy


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

Reply via email to