This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5c9f07840ad [refactor](nereids)make NormalizeAggregate rule more clear
and readable #28607 (#28828)
add c393006b8dc [fix](functions) Fix from_second functions overflow and
wrong result #28685 (#28833)
No new revisions were added by this update.
Summary of changes:
be/src/exec/es/es_scroll_parser.cpp | 14 +-
be/src/runtime/runtime_state.h | 1 +
be/src/vec/core/field.h | 1 +
be/src/vec/functions/date_time_transforms.h | 4 +-
be/src/vec/functions/function_convert_tz.h | 13 +-
.../function_date_or_datetime_computation.h | 144 +++++++++------------
be/src/vec/runtime/vdatetime_value.cpp | 30 +++--
be/src/vec/runtime/vdatetime_value.h | 17 +--
.../date-time-functions/from-second.md | 56 ++++----
docs/sidebars.json | 1 +
.../date-time-functions/from-second.md | 52 ++++----
.../test_from_millisecond_microsecond.out | 21 ++-
.../test_from_millisecond_microsecond.groovy | 5 +
13 files changed, 169 insertions(+), 190 deletions(-)
copy docs/{zh-CN =>
en}/docs/sql-manual/sql-functions/date-time-functions/from-second.md (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]