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 607bdef6400 [fix](arrow) Fix `convert_to_arrow_type` return error 
(#51420)
     add afda9429b4e [refactor](decimal) Replace template arg of 
DataTypeDecimal (#51419)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/primitive_type.h                    |  17 +-
 be/src/util/string_parser.hpp                      |  30 +--
 .../aggregate_functions/aggregate_function_avg.h   |   6 +-
 be/src/vec/columns/column.h                        |  15 --
 be/src/vec/columns/column_vector.cpp               |  15 +-
 be/src/vec/core/call_on_type_index.h               |  32 +--
 be/src/vec/core/decimal_comparison.h               |  31 +--
 be/src/vec/core/field.cpp                          |   4 +-
 be/src/vec/data_types/data_type_decimal.cpp        | 144 ++++++-------
 be/src/vec/data_types/data_type_decimal.h          | 165 +++++++--------
 be/src/vec/data_types/data_type_factory.cpp        |  25 ++-
 .../data_types/serde/data_type_decimal_serde.cpp   |  92 ++++----
 .../vec/data_types/serde/data_type_decimal_serde.h |  94 ++++-----
 be/src/vec/exec/format/column_type_convert.h       |  20 +-
 be/src/vec/exec/format/format_common.h             |  20 +-
 be/src/vec/exec/format/orc/vorc_reader.cpp         |  16 +-
 be/src/vec/exec/format/orc/vorc_reader.h           |  24 +--
 be/src/vec/exec/format/parquet/parquet_pred_cmp.h  |  60 +++---
 .../vec/functions/array/function_array_cum_sum.cpp |  17 +-
 be/src/vec/functions/dictionary.h                  |  12 +-
 be/src/vec/functions/function_binary_arithmetic.h  |  67 +++---
 be/src/vec/functions/function_cast.h               |  56 ++---
 be/src/vec/functions/function_dict_get.cpp         |   2 +-
 be/src/vec/functions/function_dict_get_many.cpp    |   2 +-
 be/src/vec/functions/function_string.h             |   4 +-
 be/src/vec/functions/function_timestamp.cpp        |   7 +-
 be/src/vec/functions/function_unary_arithmetic.h   |   6 +-
 be/src/vec/functions/round.h                       |  12 +-
 be/src/vec/sink/vmysql_result_writer.cpp           |   6 +-
 be/src/vec/sink/vtablet_block_convertor.cpp        |   4 +-
 .../segment_v2/column_reader_writer_test.cpp       |   2 +-
 .../pipeline/common/distinct_agg_utils_test.cpp    |   3 +-
 be/test/pipeline/common/set_utils_test.cpp         |   3 +-
 .../vec/aggregate_functions/agg_collect_test.cpp   |   8 +-
 .../vec/aggregate_functions/agg_histogram_test.cpp |   4 +-
 .../agg_linear_histogram_test.cpp                  |  30 +--
 .../vec/aggregate_functions/agg_min_max_test.cpp   |   2 +-
 .../vec/aggregate_functions/agg_replace_test.cpp   |  20 +-
 be/test/vec/columns/column_hash_func_test.cpp      |   4 +-
 be/test/vec/columns/column_resize_test.cpp         |   4 +-
 be/test/vec/core/block_test.cpp                    |   6 +-
 be/test/vec/data_types/data_type_decimal_test.cpp  | 170 +++++++--------
 be/test/vec/data_types/decimal_test.cpp            |   2 +-
 .../serde/data_type_serde_arrow_test.cpp           |   6 +-
 .../serde/data_type_serde_decimal_test.cpp         |  30 +--
 be/test/vec/exec/column_type_convert_test.cpp      |  22 +-
 be/test/vec/exec/orc/orc_reader_fill_data_test.cpp |   2 +-
 be/test/vec/function/cast/cast_to_decimal.cpp      | 232 +++++++++++----------
 be/test/vec/function/cast/cast_to_float_double.cpp |  55 ++---
 be/test/vec/function/cast/cast_to_integer.cpp      |  65 +++---
 .../vec/function/function_array_element_test.cpp   |   4 +-
 be/test/vec/function/function_math_test.cpp        |  12 +-
 .../vec/function/function_money_format_test.cpp    |   3 +-
 be/test/vec/function/function_round_test.cpp       |   7 +-
 be/test/vec/function/function_test_util.cpp        |  20 +-
 be/test/vec/function/function_test_util.h          |  12 +-
 be/test/vec/function/function_time_test.cpp        |  16 +-
 .../writer/iceberg/partition_transformers_test.cpp |  10 +-
 58 files changed, 857 insertions(+), 902 deletions(-)


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

Reply via email to