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

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


    from dcec5dff16c [chore](compile)Fix some implicit casting for ForEncoder 
(#53702)
     add 14b82f8ed31 [ut](compile) improve be ut compile (#53603)

No new revisions were added by this update.

Summary of changes:
 be/test/vec/function/cast/cast_test.h              |   60 +-
 .../vec/function/cast/cast_to_datetime_test.cpp    |   20 +-
 be/test/vec/function/cast/cast_to_decimal.cpp      |   36 +-
 be/test/vec/function/cast/cast_to_decimal.h        | 1088 ++++++++++----------
 .../cast/cast_to_decimal128_from_double.cpp        |   12 +-
 .../cast_to_decimal128_from_double_overflow.cpp    |   12 +-
 .../cast/cast_to_decimal128_from_float.cpp         |   12 +-
 .../cast_to_decimal128_from_float_overflow.cpp     |   12 +-
 .../cast/cast_to_decimal128_from_string.cpp        |   38 +-
 .../cast_to_decimal128_from_string_overflow.cpp    |   16 +-
 .../cast/cast_to_decimal256_from_double.cpp        |   18 +-
 .../cast_to_decimal256_from_double_overflow.cpp    |   12 +-
 .../cast/cast_to_decimal256_from_float.cpp         |   18 +-
 .../cast_to_decimal256_from_float_overflow.cpp     |   12 +-
 .../cast/cast_to_decimal256_from_string.cpp        |   38 +-
 .../cast_to_decimal256_from_string_overflow.cpp    |   24 +-
 .../cast/cast_to_decimal32_from_double.cpp         |   18 +-
 .../cast_to_decimal32_from_double_overflow.cpp     |   12 +-
 .../function/cast/cast_to_decimal32_from_float.cpp |   18 +-
 .../cast/cast_to_decimal32_from_float_overflow.cpp |   12 +-
 .../cast/cast_to_decimal32_from_string.cpp         |   66 +-
 .../cast_to_decimal32_from_string_overflow.cpp     |   36 +-
 .../cast/cast_to_decimal64_from_double.cpp         |   18 +-
 .../cast_to_decimal64_from_double_overflow.cpp     |   12 +-
 .../function/cast/cast_to_decimal64_from_float.cpp |   18 +-
 .../cast/cast_to_decimal64_from_float_overflow.cpp |   12 +-
 .../cast/cast_to_decimal64_from_string.cpp         |   38 +-
 .../cast_to_decimal64_from_string_overflow.cpp     |   24 +-
 be/test/vec/function/cast/cast_to_float_double.cpp |  154 ++-
 be/test/vec/function/cast/cast_to_integer.cpp      |  436 ++++----
 be/test/vec/function/cast/cast_to_time_test.cpp    |   10 +-
 .../vec/function/function_array_element_test.cpp   |    2 +-
 be/test/vec/function/function_jsonb_test.cpp       |   24 +-
 be/test/vec/function/function_math_test.cpp        |   14 +-
 be/test/vec/function/function_test_util.h          |   64 +-
 be/test/vec/function/function_time_test.cpp        |   42 +-
 36 files changed, 1219 insertions(+), 1239 deletions(-)


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

Reply via email to