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

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


    from fed4d1bc0f7 [Refactor](scan) Remove the unless config and change some 
profile detail in segment (#54041)
     add 51bc2ad21e0 [Enchancement](decimal) disable decimal implicit 
conversion to int128 (#53483)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/olap_common.h                          |  20 ++++----
 be/src/exprs/bloom_filter_func_impl.h              |   4 ++
 be/src/runtime/large_int_value.h                   |   1 -
 be/src/runtime/primitive_type.h                    |   2 +-
 .../aggregate_function_avg_weighted.cpp            |   5 +-
 .../aggregate_function_avg_weighted.h              |   8 +--
 .../aggregate_function_linear_histogram.h          |   2 +-
 .../aggregate_functions/aggregate_function_sum.h   |   6 ++-
 .../aggregate_functions/aggregate_function_uniq.h  |   5 ++
 be/src/vec/columns/column_decimal.h                |   1 -
 be/src/vec/core/types.h                            |  52 +++++++++++--------
 ...eger_to_string.h => wide_integer_to_string.cpp} |  53 ++++++++------------
 be/src/vec/core/wide_integer_to_string.h           |  55 ++++++++++-----------
 .../data_types/serde/data_type_decimal_serde.cpp   |  43 ++++++++--------
 .../vec/functions/array/function_array_cum_sum.cpp |  32 ++++++------
 be/src/vec/functions/array/function_array_join.h   |  20 ++------
 be/src/vec/functions/function_case.h               |   4 +-
 be/src/vec/functions/function_coalesce.cpp         |   3 +-
 be/src/vec/functions/function_width_bucket.cpp     |  48 +++---------------
 be/src/vec/sink/vtablet_block_convertor.cpp        |   6 ++-
 be/test/vec/columns/column_decimal_test.cpp        |   3 --
 be/test/vec/columns/common_column_test.h           |   6 ++-
 be/test/vec/function/cast/cast_to_decimal.h        |   2 +-
 .../expressions/functions/agg/AvgWeighted.java     |  14 +-----
 .../expressions/functions/scalar/WidthBucket.java  |  20 +-------
 .../nereids_function_p0/scalar_function/Array.out  | Bin 774955 -> 775739 bytes
 .../nereids_function_p0/scalar_function/Array1.out | Bin 33277509 -> 33278821 
bytes
 .../test_conditional_function.out                  | Bin 2865 -> 3456 bytes
 .../test_conditional_function.groovy               |  28 ++++++++++-
 29 files changed, 200 insertions(+), 243 deletions(-)
 copy be/src/vec/core/{wide_integer_to_string.h => wide_integer_to_string.cpp} 
(61%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to