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

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


 discard 1e73ffe87ec [feature](meta-service) Support querying and adjusting rpc 
qps limit on meta service (#42413)
     add 69b8e2b999c branch-3.0: [fix](cloud-mow) Fix sending commiting rpc to 
FE twice problem (#43854)
     add 7ac7dddee68 [fix](syncpoint) Fix incorrect syncpoint 'has_point()' 
intorduced by (#43461) (#43784) (#43883)
     add 11a9a48cd4d [branch-3.0](log) Pick all BE execution log reduction 
(#43579)
     add ca6b3e7d15c branch-3.0: [minor](rpc) Check client before RPC (#43816)
     add a0285c158ef branch-3.0: [fix](planner)show tablet command return wrong 
result when having limit and offset (#43844)
     add 1f0081dbaa9 [fix](test) fix regression test case in 
test_broker_load_p2 (#43811)
     add 5cefb505367 [feature](security) Support block specific query with AST 
names (#43533) (#43887)
     add 2658ac80f44 [cherry-pick](branch-3.0) Pick "[Enhancement](checker) 
Enhance inverted checker (#43294)" (#43869)
     add 5757cbedde1 branch-3.0: [fix](nereids) fix bug: convert 
stringLikeLiteral to double #43776 (#43880)
     add a21b017d035 branch-3.0: [fix](cloud) Fix replay default compute group 
failed throw exception #43766 (#43889)
     add a1c8765ff34 [fix](nereids) convert stringLikeLiteral to double should 
use byte length (#43776) branch-3.0 (#43912)
     add bf8ce94757d [fix](cloud-mow) fix compaction missed rows dcheck fail 
(#43909)
     add 39008de5b6b branch-3.0: [fix](case) fix replay_wal_restart_fe #43705 
(#43895)
     add c7ded7a55fe branch-3.0: [test](mtmv)Test and check the differences 
between MTMV and OLAP (#43432)
     add 07f5b95d216 [feature](meta-service) Support querying and adjusting rpc 
qps limit on meta service (#42413)

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   (1e73ffe87ec)
            \
             N -- N -- N   refs/heads/auto-pick-42413-branch-3.0 (07f5b95d216)

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_tablet.cpp                      |   2 +-
 be/src/common/status.h                             |   2 +-
 be/src/olap/compaction.cpp                         |  12 +
 be/src/pipeline/exec/result_sink_operator.cpp      |  11 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |   5 -
 be/src/runtime/client_cache.h                      |   8 +-
 be/src/runtime/fragment_mgr.cpp                    |  24 +-
 be/src/runtime/query_context.cpp                   |   5 +-
 cloud/src/common/bvars.cpp                         |   3 +
 cloud/src/common/bvars.h                           |   2 +
 cloud/src/recycler/checker.cpp                     |   2 +
 common/cpp/sync_point.cpp                          |   3 +-
 .../main/java/org/apache/doris/common/Config.java  |   6 +
 .../main/java/org/apache/doris/catalog/Env.java    |   3 +
 .../transaction/CloudGlobalTransactionMgr.java     |  21 +
 .../apache/doris/mysql/privilege/UserProperty.java |  10 +-
 .../expressions/literal/StringLikeLiteral.java     |   5 +-
 .../java/org/apache/doris/qe/ShowExecutor.java     |  42 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |  21 +
 .../doris/nereids/parser/NereidsParserTest.java    |  36 ++
 .../literal/StringLikeLiteralTest.java}            |  22 +-
 .../java/org/apache/doris/qe/StmtExecutorTest.java |  90 ++++
 .../test_cloud_mow_stream_load_with_timeout.out    |   4 +
 .../test_cloud_mow_stream_load_with_timeout.groovy |  49 +-
 .../group_commit/replay_wal_restart_fe.groovy      |   2 +-
 .../load_p2/broker_load/test_broker_load.groovy    | 578 ++++++++++++---------
 ...n_type_mtmv.groovy => test_mtmv_outfile.groovy} |  49 +-
 .../suites/mtmv_p0/test_mtmv_property.groovy       | 216 ++++++++
 ...oovy => test_mtmv_sql_cache_and_profile.groovy} |  45 +-
 .../suites/show_p0/test_show_tablet.groovy         |  29 +-
 30 files changed, 973 insertions(+), 334 deletions(-)
 copy fe/fe-core/src/test/java/org/apache/doris/{common/CheckedMathTest.java => 
nereids/trees/expressions/literal/StringLikeLiteralTest.java} (62%)
 copy regression-test/suites/mtmv_p0/{test_alter_distribution_type_mtmv.groovy 
=> test_mtmv_outfile.groovy} (56%)
 create mode 100644 regression-test/suites/mtmv_p0/test_mtmv_property.groovy
 copy regression-test/suites/mtmv_p0/{test_alter_distribution_type_mtmv.groovy 
=> test_mtmv_sql_cache_and_profile.groovy} (55%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/common/PatternMatcherWrapper.java => 
regression-test/suites/show_p0/test_show_tablet.groovy (59%)


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

Reply via email to