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

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


    from 0e99926b286 (httpaction) log response of http (#33270)
     new 2092a862fc7 [Bug](materialized-view) fix wrong result when salias name 
same with base slot on mv (#33198)
     new e6e2099256f [fix](spill) fix hash join error 'invalid slot id' (#33273)
     new d61b9f70916 [chore](test) nereids support window function but some 
cases does not open yet (#33098)
     new 64127535176 [improve](exec) reduce copy on store_string_ref (#33232)
     new 14c5247fb7d [feature](replica) support force set replicate allocation 
for olap tables (#32916)
     new b8d4a877033 [chore](Nereids) load command always could fallback 
(#33233)
     new bcc819ddd93 [fix](Nereids) array_range not support amount without unit 
(#33231)
     new 93b20f0cc4e [chore](Nereids) create policy always allow fallback 
(#33226)
     new 5c0256e4bfb [Bug](case) fix wrong case test_mv_partition (#33324)
     new be9fe12b26d Fix compatibility issues with GLIBC(>= 2.34) for prebuilt 
thirdparty packages (#33314)
     new f31e273ae8e [fix](Nereids) variant column prune push down failed on 
variant literal (#33328)
     new d1099852b56 [fix](Nereids) partial update generate column in wrong way 
(#33326)
     new f8d1fa2be35 [chore](multi-table-load) add context info in log when 
using single-stream-multi-table load (#33317)

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/exprs/minmax_predicate.h                    |  12 +-
 be/src/io/fs/multi_table_pipe.cpp                  |  26 +-
 .../exec/partitioned_hash_join_probe_operator.cpp  |  17 +-
 .../routine_load/routine_load_task_executor.cpp    |   2 +-
 .../main/java/org/apache/doris/common/Config.java  |  10 +
 .../apache/doris/common/util/PropertyAnalyzer.java |  22 +
 .../doris/nereids/parser/LogicalPlanBuilder.java   |   2 +-
 .../mv/AbstractSelectMaterializedIndexRule.java    |   8 -
 .../mv/SelectMaterializedIndexWithAggregate.java   | 118 ++-
 .../scalar/PushDownToProjectionFunction.java       |   4 +-
 .../trees/plans/commands/CreatePolicyCommand.java  |   1 +
 .../nereids/trees/plans/commands/LoadCommand.java  |   1 +
 .../trees/plans/commands/UpdateCommand.java        |   2 +-
 .../test_upper_alias.out}                          |  22 +-
 .../data/nereids_p0/aggregate/aggregate.out        | 322 +++++++-
 .../window_functions/test_window_fn.out            |  46 +-
 .../window_functions/test_window_function.out      | 132 ++--
 .../mv_p0/test_dup_mv_year/test_dup_mv_year.groovy |   1 -
 .../test_mv_partition/test_mv_partition.groovy     |  27 +-
 .../mv_p0/test_upper_alias/test_upper_alias.groovy |  69 ++
 .../suites/nereids_p0/aggregate/aggregate.groovy   |  99 +--
 .../suites/nereids_p0/join/test_join_15.groovy     |  10 +-
 .../suites/nereids_p0/keyword/order_group.groovy   |  34 +-
 .../test_select_stddev_variance_window.groovy      | 258 +++----
 .../sql_functions/window_functions/test_sum.groovy |  11 +-
 .../window_functions/test_window_fn.groovy         | 482 ++++++------
 .../window_functions/test_window_function.groovy   | 840 ++++++++++-----------
 thirdparty/download-thirdparty.sh                  |  11 +
 thirdparty/patches/krb5-1.19.patch                 |  13 +
 29 files changed, 1480 insertions(+), 1122 deletions(-)
 copy regression-test/data/mv_p0/{where/mvljc/mvljc.out => 
test_upper_alias/test_upper_alias.out} (74%)
 create mode 100644 
regression-test/suites/mv_p0/test_upper_alias/test_upper_alias.groovy
 create mode 100644 thirdparty/patches/krb5-1.19.patch


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

Reply via email to