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 aee3a52ae85 [Fix](fe-common) Fix the Pair.java code about the hidden
danger of NullPointException (#31371)
add 737c4527279 [fix](datetime) fix hour 24 on be (#31304)
No new revisions were added by this update.
Summary of changes:
be/src/vec/runtime/vdatetime_value.cpp | 2 +-
.../expression/rules/DateFunctionRewrite.java | 9 +-
.../trees/expressions/literal/DateV2Literal.java | 31 ++++++-
.../test_curdate_fold.out} | 47 ++++++++--
.../datetimev2/test_invalid_hour.out} | 16 +---
.../datetimev2/test_curdate_fold.groovy | 102 +++++++++++++++++++++
.../datetimev2/test_invalid_hour.groovy | 89 ++++++++++++++++++
7 files changed, 267 insertions(+), 29 deletions(-)
copy regression-test/data/datatype_p0/{date/test_from_unixtime.out =>
datetimev2/test_curdate_fold.out} (66%)
copy
regression-test/data/{query_p0/sql_functions/array_functions/test_array_distance_functions.out
=> datatype_p0/datetimev2/test_invalid_hour.out} (51%)
create mode 100644
regression-test/suites/datatype_p0/datetimev2/test_curdate_fold.groovy
create mode 100644
regression-test/suites/datatype_p0/datetimev2/test_invalid_hour.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]