This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3791de3cfa3 [feature](mtmv)(6)implement cancel method (#27541)
add baadc14e600 [Enhancement](function) support unix_timestamp with float
(#26827)
No new revisions were added by this update.
Summary of changes:
be/src/agent/be_exec_version_manager.h | 1 +
be/src/vec/core/types.h | 4 +
be/src/vec/functions/function_timestamp.cpp | 200 +++++++++++++++++++--
be/src/vec/runtime/vdatetime_value.h | 2 +
.../apache/doris/analysis/FunctionCallExpr.java | 22 +++
.../executable/DateTimeExtractAndTransform.java | 17 +-
.../functions/scalar/UnixTimestamp.java | 45 ++++-
.../expressions/literal/DateTimeV2Literal.java | 8 +
.../doris/nereids/util/TypeCoercionUtils.java | 5 +
gensrc/script/doris_builtins_functions.py | 13 +-
.../data/nereids_function_p0/scalar_function/U.out | 100 +++++------
.../datatype/test_date_acquire.out} | 15 +-
.../datetime_functions/test_date_function.out | 24 ++-
.../datetime_functions/test_date_function.out | 19 +-
.../jdbc/test_clickhouse_jdbc_catalog.groovy | 2 +-
.../nereids_p0/datatype/test_date_acquire.groovy | 18 +-
.../datatype/test_date_implicit_cast.groovy | 86 +++++++++
.../datetime_functions/test_date_function.groovy | 29 ++-
.../datetime_functions/test_date_function.groovy | 11 +-
19 files changed, 498 insertions(+), 123 deletions(-)
copy regression-test/data/{account_p0/test_information_schema.out =>
nereids_p0/datatype/test_date_acquire.out} (58%)
create mode 100644
regression-test/suites/nereids_p0/datatype/test_date_implicit_cast.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]