You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/08/12 12:58:48 UTC

[incubator-doris] branch master updated (98fe80d -> 10e3fc2)

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

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


    from 98fe80d  [MV]Forbidden no grouping mv on aggregation table (#4317)
     add 10e3fc2  [BUG] Fix abs function cannot handle bigint or bigger data type (#4326)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/math_functions.cpp           |  64 ++++++++++++-
 be/src/exprs/math_functions.h             |  16 ++++
 be/test/exprs/CMakeLists.txt              |   2 +
 be/test/exprs/math_functions_test.cpp     | 144 ++++++++++++++++++++++++++++++
 be/test/olap/push_handler_test.cpp        |   7 +-
 gensrc/script/doris_builtins_functions.py |  17 ++++
 6 files changed, 246 insertions(+), 4 deletions(-)
 create mode 100644 be/test/exprs/math_functions_test.cpp


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