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

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


 discard a5756712817 [test](partial update) Ensure the correct order of 
concurrency (#50398)
     add b4df998c393 branch-2.1: [fix](case) fix some group commit case (#53295)
     add a7fef00334c [enhance](compaction) limit time series table max version 
using maximum of current backend (#53244) (#53561)
     add 05e0ef10538 branch-2.1: [bugfix](regression) fix regression test 
result errors (#53458)
     add feae3a57efa [Chore](workflow) change workflow's thirdparty prebuild to 
3.0 (#53638)
     add 5216f3bf606  [Bug](datev2) fix wrong result of predicate about 
cast(cast(datetimev2 as datev2) as datetimev2) #53485  (#53514)
     add d316dbb3bda branch-2.1: [fix](catalog) fix deadlock of catalog and 
database(#53626) (#53629)
     add 5873aa3083e branch-2.1:[fix](auth)fix when authentication, the 
permissions of multiple roles should be merged #52349 (#52947)
     add ddb3b46fff7 branch-2.1: [fix](p2) throw Exception if hdfs is not 
enable (#52761) (#53811)
     add 850360c1c4d branch-2.1: [fix](sql_select_limit) sql_select_limit 
should not affect DML #53379 (#53764)
     add 77ff75b954c branch-2.1: [opt](nereids) use one fragment to execute 
point query #53541 (#53574)
     add c1fa17af388 branch-2.1: [feature](group by)Support group by with 
order. (#53037) (#53840)
     add a7f3c219834 branch-2.1: [opt](nereids) opt range inference for or 
expression when out of order #46303 (#53706)
     add 101ea8434b3 [Cherry-Pick](branch-2.1) Pick "[Fix](core) Fix null ptr 
introduced by #42949 (#46074)" (#53865)
     add fa10cd05df7 branch-2.1: [fix](ci) fix compile error 'Unknown host 
repo.maven.apache.org' #53900 (#53906)
     add a936c5132d9 branch-2.1: [fix](nereids) fix rule count on index #53825 
(#53878)
     add 79592c7f790 branch-2.1: [fix](load) stream load should not overwrite 
existing error status in filtered rows check #53393 (#53696)
     add 1eadb67c35b branch-2.1: [fix](nereids)'VALUES IN' keyword should be 
optional in list partition definition #52986 (#53243)
     add fb73066ca01 branch-2.1: [fix](case) fix regression case 
create_commit_mtmv_many_tasks #53247 (#53304)
     add 159975f2376 branch-2.1: [chore](load) optimize show create load error 
message #53694 (#53731)
     add a89ba6e8848 [test](partial update) Ensure the correct order of 
concurrency (#50398)

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   (a5756712817)
            \
             N -- N -- N   refs/heads/auto-pick-50398-branch-2.1 (a89ba6e8848)

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/code-checks.yml                  |   2 +-
 be/src/olap/base_tablet.cpp                        |   5 +-
 be/src/olap/olap_common.h                          |   4 +-
 be/src/olap/rowset/unique_rowset_id_generator.cpp  |   9 ---
 be/src/pipeline/exec/scan_operator.cpp             |   3 +-
 .../runtime/stream_load/stream_load_executor.cpp   |   2 +-
 be/test/olap/rowset/rowset_meta_test.cpp           |  10 +++
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   8 +-
 .../apache/doris/datasource/ExternalDatabase.java  |  66 ++++++++-------
 .../org/apache/doris/load/loadv2/LoadManager.java  |   5 +-
 .../org/apache/doris/mysql/privilege/Auth.java     |  41 ++++------
 .../org/apache/doris/mysql/privilege/Role.java     |  40 +++------
 .../apache/doris/mysql/privilege/RoleManager.java  |   2 +-
 .../GroupKeyWithOrder.java}                        |  45 ++++-------
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  45 +++++++++--
 .../properties/ChildOutputPropertyDeriver.java     |   4 +
 .../rules/expression/rules/SimplifyRange.java      |  44 ++++++++--
 .../rules/implementation/AggregateStrategies.java  |   6 +-
 .../nereids/rules/rewrite/AddDefaultLimit.java     |  10 +++
 .../java/org/apache/doris/qe/SessionVariable.java  |   2 +-
 .../apache/doris/qe/ShortCircuitQueryContext.java  |   6 +-
 .../doris/nereids/parser/NereidsParserTest.java    |  54 +++++++++++++
 .../rules/expression/SimplifyRangeTest.java        |  40 +++++----
 .../test_ignore.out => cast_p0/cast_ignore.out}    | Bin 134 -> 151 bytes
 .../session_variable/test_default_limit.out        | Bin 0 -> 257 bytes
 .../test_nereids_group_by_with_order.out           | Bin 0 -> 901 bytes
 regression-test/pipeline/performance/compile.sh    |   1 +
 .../suites/account_p0/test_grant_priv.groovy       |  38 +++++++++
 .../cast_ignore.groovy}                            |  27 ++++---
 .../add_drop_partition_by_hdfs.groovy              |   2 +-
 ...eate_table_use_dynamic_partition_by_hdfs.groovy |   2 +-
 ...reate_table_use_partition_policy_by_hdfs.groovy |   2 +-
 .../create_table_use_policy_by_hdfs.groovy         |   2 +-
 .../load_colddata_to_hdfs.groovy                   |   2 +-
 .../modify_replica_use_partition_by_hdfs.groovy    |   2 +-
 .../table_modify_resouce_and_policy_by_hdfs.groovy |   2 +-
 .../insert_group_commit_with_exception.groovy      |   2 +-
 .../test_group_commit_interval_ms_property.groovy  |   4 +-
 .../inverted_index_p0/test_count_on_index.groovy   |  11 +++
 .../broker_load/test_show_create_load.groovy}      |  20 +++--
 .../test_routine_load_jsonpath_dollar.groovy       |   2 +-
 .../session_variable/test_default_limit.groovy     |  38 +++++++++
 .../create_commit_mtmv_many_task.groovy            |   8 +-
 .../test_nereids_group_by_with_order.groovy        |  89 +++++++++++++++++++++
 .../list_partition/test_list_partition.groovy      |   6 +-
 .../suites/point_query_p0/test_point_query.groovy  |  10 +++
 48 files changed, 522 insertions(+), 220 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/{properties/OrderKey.java => 
parser/GroupKeyWithOrder.java} (56%)
 copy regression-test/data/{query_p0/join/test_ignore/test_ignore.out => 
cast_p0/cast_ignore.out} (80%)
 create mode 100644 
regression-test/data/nereids_p0/session_variable/test_default_limit.out
 create mode 100644 
regression-test/data/nereids_syntax_p0/test_nereids_group_by_with_order.out
 copy 
regression-test/suites/{nereids_rules_p0/fill_up_missing_slots/test_having_with_aggregate_function.groovy
 => cast_p0/cast_ignore.groovy} (60%)
 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_syntax_p0/test_nereids_group_by_with_order.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to