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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org