This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from b66f9ffbab1 [improve](nereids) support pushdown count when scan project without any slot ref (#35162) add 6e7ec66528e [improve](ub) fix some runtime error of ubsan when downcast (#35343) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/aggregation_sink_operator.cpp | 6 ++---- .../pipeline/exec/aggregation_source_operator.cpp | 5 ++--- .../exec/streaming_aggregation_operator.cpp | 6 ++---- .../vec/aggregate_functions/aggregate_function.h | 22 +++++++++++++--------- .../aggregate_functions/aggregate_function_avg.h | 4 ++-- .../aggregate_function_bitmap.h | 12 ++++++------ .../aggregate_function_bitmap_agg.h | 12 ++++++------ .../aggregate_function_collect.h | 10 ++++------ .../aggregate_functions/aggregate_function_count.h | 8 ++++---- .../aggregate_functions/aggregate_function_map.h | 8 ++++---- .../aggregate_function_min_max.h | 4 ++-- .../aggregate_functions/aggregate_function_sum.h | 4 ++-- .../aggregate_function_uniq_distribute_key.h | 4 ++-- be/src/vec/exec/vaggregation_node.h | 8 ++++---- 14 files changed, 55 insertions(+), 58 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org