You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/12/29 16:28:58 UTC

[doris] branch master updated (9a517d6a8f -> edb9a3b58d)

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 9a517d6a8f [DataType](Deciamlv3) change the avg function scale of decimalv3 (#15445)
     add edb9a3b58d [Bug](timediff) Fix wrong result for function `timediff` (#15312)

No new revisions were added by this update.

Summary of changes:
 be/src/util/date_func.cpp                          | 21 ++++++++++++++
 be/src/util/date_func.h                            |  2 ++
 be/src/vec/CMakeLists.txt                          |  1 +
 be/src/vec/data_types/data_type_factory.cpp        |  4 +++
 .../{data_type_nothing.cpp => data_type_time.cpp}  | 32 ++++++++++++++--------
 .../{data_type_date.h => data_type_time.h}         | 29 ++++++++++++--------
 .../function_date_or_datetime_computation.h        |  5 ++--
 be/src/vec/functions/function_running_difference.h |  3 +-
 .../function/function_running_difference_test.cpp  |  2 +-
 be/test/vec/function/function_test_util.h          |  7 +++--
 be/test/vec/function/function_time_test.cpp        | 22 +++++++--------
 gensrc/script/doris_builtins_functions.py          |  4 +--
 .../math_functions/test_running_difference.out     | 12 ++++----
 13 files changed, 96 insertions(+), 48 deletions(-)
 copy be/src/vec/data_types/{data_type_nothing.cpp => data_type_time.cpp} (50%)
 copy be/src/vec/data_types/{data_type_date.h => data_type_time.h} (70%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org