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

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


    from 51ba957fd6b [improve](partition_topn) Add partition threshold check in 
hash table to control partition nums (#39057)
     add 11dfd19a331 [fix](window_func) fix bug of agg function used in window 
function and add many test cases (#40678)

No new revisions were added by this update.

Summary of changes:
 .../vec/aggregate_functions/aggregate_function.h   |   3 -
 .../aggregate_function_binary.h                    |   4 +-
 .../aggregate_function_collect.h                   |   2 -
 .../aggregate_function_corr.cpp                    |   9 +
 .../aggregate_function_distinct.h                  |   2 -
 .../aggregate_function_foreach.h                   |   4 -
 .../aggregate_function_group_array_intersect.h     |  14 +-
 .../aggregate_functions/aggregate_function_null.h  |   8 -
 .../aggregate_function_orthogonal_bitmap.h         |  40 +-
 .../aggregate_functions/aggregate_function_uniq.h  |   4 +
 .../aggregate_function_uniq_distribute_key.h       |   7 +
 .../aggregate_function_window_funnel.h             |  52 +-
 .../test_aggregate_window_functions.out            | 822 +++++++++++++++++++++
 .../test_aggregate_window_functions.groovy         | 522 +++++++++++++
 14 files changed, 1440 insertions(+), 53 deletions(-)
 create mode 100644 
regression-test/data/nereids_p0/sql_functions/aggregate_functions/test_aggregate_window_functions.out
 create mode 100644 
regression-test/suites/nereids_p0/sql_functions/aggregate_functions/test_aggregate_window_functions.groovy


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

Reply via email to