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 c8655d1dae [enhancement](compaction) print correct error messsage & avoid unnecessary stacktrace (#24758) add 22616d125d [function](bitmap) add function alias bitmap_andnot and bitmap_andnot_count (#24771) No new revisions were added by this update. Summary of changes: be/src/vec/functions/function_bitmap.cpp | 7 ++- be/test/vec/function/function_bitmap_test.cpp | 15 ++++++ .../bitmap-functions/bitmap-and-not-count.md | 6 +-- .../bitmap-functions/bitmap-and-not.md | 6 +-- .../bitmap-functions/bitmap-and-not-count.md | 6 +-- .../bitmap-functions/bitmap-and-not.md | 6 +-- .../doris/catalog/BuiltinScalarFunctions.java | 4 ++ .../{BitmapAndNot.java => BitmapAndNotAlias.java} | 12 ++--- ...ndNotCount.java => BitmapAndNotCountAlias.java} | 12 ++--- .../expressions/visitor/ScalarFunctionVisitor.java | 10 ++++ gensrc/script/doris_builtins_functions.py | 4 +- .../data/nereids_function_p0/scalar_function/B.out | 58 ++++++++++++++++++++++ .../bitmap_functions/test_bitmap_function.out | 9 ++++ .../nereids_function_p0/scalar_function/B.groovy | 6 +++ .../bitmap_functions/test_bitmap_function.groovy | 10 ++++ 15 files changed, 143 insertions(+), 28 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{BitmapAndNot.java => BitmapAndNotAlias.java} (85%) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{BitmapAndNotCount.java => BitmapAndNotCountAlias.java} (85%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org