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 23ae760fd7b [opt](mtmv) Chose mv more easier when mv on external table
(#46368)
add c962900c52a [Fix](function) fix wrong floor of function date_diff when
unit less than day (#49429)
No new revisions were added by this update.
Summary of changes:
be/src/util/datetype_cast.hpp | 4 +-
.../aggregate_function_sequence_match.h | 10 +-
.../vec/functions/array/function_array_range.cpp | 6 +-
be/src/vec/functions/date_time_transforms.h | 28 +--
.../function_date_or_datetime_computation.h | 6 +-
.../vec/functions/function_datetime_floor_ceil.cpp | 6 +-
be/src/vec/runtime/vdatetime_value.cpp | 4 +-
be/src/vec/runtime/vdatetime_value.h | 104 ++++++-----
be/test/vec/runtime/vdatetime_value_test.cpp | 203 +++++++++++++++++++++
.../datetime_functions/test_date_function_v2.out | Bin 0 -> 430 bytes
.../array_functions/test_array_functions.out | Bin 28028 -> 28005 bytes
.../test_date_function_v2.groovy | 31 +++-
12 files changed, 323 insertions(+), 79 deletions(-)
create mode 100644
regression-test/data/nereids_p0/sql_functions/datetime_functions/test_date_function_v2.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]