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 0a5a18ba39b [improve](txn insert) Txn load support cloud mode (#34721)
add be5fac6359f [fix](datetime) Fix date floor functions overflow (#35477)
No new revisions were added by this update.
Summary of changes:
be/src/vec/data_types/data_type_number.h | 3 -
be/src/vec/data_types/data_type_time_v2.cpp | 14 +-
be/src/vec/exec/format/column_type_convert.h | 6 +-
be/src/vec/functions/function.h | 5 +
.../vec/functions/function_datetime_floor_ceil.cpp | 248 ++++++++++++---------
be/src/vec/functions/function_timestamp.cpp | 35 +--
be/src/vec/runtime/vdatetime_value.cpp | 72 +++---
be/src/vec/runtime/vdatetime_value.h | 86 +++++--
be/test/olap/delta_writer_test.cpp | 2 +-
be/test/olap/segment_cache_test.cpp | 2 +-
.../vec_sequence_match_test.cpp | 12 +-
.../aggregate_functions/vec_window_funnel_test.cpp | 10 +-
be/test/vec/exprs/vexpr_test.cpp | 2 +-
be/test/vec/runtime/vdatetime_value_test.cpp | 16 +-
.../datetime_functions/test_date_floor_ceil.out | 36 +++
.../datetime_functions/test_date_floor_ceil.groovy | 17 +-
16 files changed, 356 insertions(+), 210 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]