This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 63f4b35f95 [bugfix](short_key) fix short key coder for nullable key (#14298) add 1ec7f45fb6 [Bug](avg) Fix `avg` for bigint (#14433) No new revisions were added by this update. Summary of changes: .../aggregate_functions/aggregate_function_avg.h | 24 ++--- .../aggregate_function_avg_weighted.h | 2 - .../aggregate_function_collect.h | 6 +- .../aggregate_function_min_max.h | 40 ++----- .../aggregate_function_product.h | 4 +- .../aggregate_functions/aggregate_function_sum.cpp | 4 +- be/src/vec/aggregate_functions/helpers.h | 2 +- be/src/vec/columns/column_decimal.cpp | 34 ++---- be/src/vec/columns/column_decimal.h | 64 ++--------- be/src/vec/common/field_visitors.h | 6 +- be/src/vec/core/decimal_comparison.h | 55 ++-------- be/src/vec/core/field.cpp | 6 +- be/src/vec/core/field.h | 7 +- be/src/vec/core/sort_block.h | 14 +-- be/src/vec/core/types.h | 102 ++++++------------ be/src/vec/data_types/data_type_decimal.cpp | 17 --- be/src/vec/data_types/data_type_decimal.h | 119 ++++----------------- be/src/vec/exec/format/orc/vorc_reader.cpp | 4 +- be/src/vec/exec/format/parquet/parquet_common.cpp | 10 +- be/src/vec/exec/vjdbc_connector.cpp | 2 +- .../functions/array/function_array_aggregation.cpp | 17 +-- be/src/vec/functions/function_binary_arithmetic.h | 12 ++- be/src/vec/functions/function_case.h | 11 +- be/src/vec/functions/function_coalesce.cpp | 9 +- be/src/vec/io/io_helper.h | 38 ++----- be/src/vec/runtime/vorc_writer.cpp | 2 +- ...st_join_should_not_reorder.out => test_avg.out} | 1 + .../sort.groovy => correctness_p0/test_avg.groovy} | 24 ++++- 28 files changed, 166 insertions(+), 470 deletions(-) copy regression-test/data/correctness_p0/{test_join_should_not_reorder.out => test_avg.out} (84%) copy regression-test/suites/{query_p0/sort/sort.groovy => correctness_p0/test_avg.groovy} (61%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org