This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from df4c7f22254 [fix](docker case) Enhance the robustness of 
test_multi_follower case (#42149)
     add 903abe01c6b [feature](function) hour/minute/second functions support 
time as an argument. (#41008)

No new revisions were added by this update.

Summary of changes:
 .../vec/functions/function_time_value_to_field.cpp | 94 ++++++++++++++++++++++
 be/src/vec/functions/simple_function_factory.h     |  2 +
 be/src/vec/runtime/time_value.h                    | 36 ++++++++-
 .../trees/expressions/functions/scalar/Hour.java   |  6 +-
 .../trees/expressions/functions/scalar/Minute.java |  5 +-
 .../trees/expressions/functions/scalar/Second.java |  5 +-
 .../datetime_functions/test_date_function.out      | 14 ++++
 .../datetime_functions/test_date_function.groovy   | 18 +++++
 8 files changed, 173 insertions(+), 7 deletions(-)
 create mode 100644 be/src/vec/functions/function_time_value_to_field.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to