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

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


    from 0c69e40c344 [fix](cloud) Fix incorrect DCHECK in txn lazy commit 
`convert_tmp_rowset` (#42903)
     add d83bc6921b4 [refactor](agg) Refactor agg-related metrics (#42898)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp |   4 -
 be/src/pipeline/exec/aggregation_sink_operator.h   |   3 -
 .../pipeline/exec/aggregation_source_operator.cpp  |  47 ++----
 be/src/pipeline/exec/aggregation_source_operator.h |  11 +-
 .../distinct_streaming_aggregation_operator.cpp    |   1 -
 .../exec/streaming_aggregation_operator.cpp        |  28 ++--
 .../pipeline/exec/streaming_aggregation_operator.h |  18 +--
 .../vec/aggregate_functions/aggregate_function.h   |  43 +++---
 .../aggregate_functions/aggregate_function_avg.h   |  22 +--
 .../aggregate_function_bitmap.h                    |  24 ++--
 .../aggregate_function_bitmap_agg.h                |  22 +--
 .../aggregate_functions/aggregate_function_count.h |  44 +++---
 .../aggregate_function_count_by_enum.h             |   4 +-
 .../aggregate_function_histogram.h                 |   4 +-
 .../aggregate_function_hll_union_agg.h             |   2 +-
 .../aggregate_function_java_udaf.h                 |   6 +-
 .../aggregate_function_linear_histogram.h          |   4 +-
 .../aggregate_functions/aggregate_function_map.h   |  18 +--
 .../aggregate_function_min_max.h                   | 158 ++++++++++-----------
 .../aggregate_function_min_max_by.h                |  44 +++---
 .../aggregate_function_percentile.h                |   2 +-
 .../aggregate_function_reader_first_last.h         |   4 +-
 .../aggregate_functions/aggregate_function_rpc.h   |   2 +-
 .../aggregate_functions/aggregate_function_sort.h  |   6 +-
 .../aggregate_functions/aggregate_function_sum.h   |  22 +--
 .../aggregate_functions/aggregate_function_uniq.h  |   8 +-
 .../aggregate_function_uniq_distribute_key.h       |  26 ++--
 .../aggregate_function_window.h                    |  16 +--
 28 files changed, 272 insertions(+), 321 deletions(-)


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

Reply via email to