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 a6db5e63df [fix](projection)sort node's unmaterialized slots should be removed from resolvedTupleExprs (#12963) add 3f99dd5c4b [function](bitmap) support bitmap_hash64 (#12992) No new revisions were added by this update. Summary of changes: be/src/exprs/bitmap_function.cpp | 10 +++++ be/src/exprs/bitmap_function.h | 1 + be/src/vec/functions/function_bitmap.cpp | 44 +++++++++++++++++---- .../aggregate-functions/bitmap_union.md | 2 +- .../{bitmap_hash.md => bitmap_hash64.md} | 14 +++---- .../sql-manual/sql-reference/Data-Types/BITMAP.md | 4 +- .../aggregate-functions/bitmap_union.md | 2 +- .../{bitmap_hash.md => bitmap_hash64.md} | 14 +++---- .../sql-manual/sql-reference/Data-Types/BITMAP.md | 4 +- gensrc/script/doris_builtins_functions.py | 6 +++ .../data/datatype_p0/bitmap/test_bitmap_int.out | Bin 239 -> 315 bytes .../bitmap_functions/test_bitmap_function.out | 15 +++++-- .../datatype_p0/bitmap/test_bitmap_int.groovy | 15 +++++++ .../bitmap_functions/test_bitmap_function.groovy | 11 ++++-- 14 files changed, 108 insertions(+), 34 deletions(-) copy docs/en/docs/sql-manual/sql-functions/bitmap-functions/{bitmap_hash.md => bitmap_hash64.md} (78%) copy docs/zh-CN/docs/sql-manual/sql-functions/bitmap-functions/{bitmap_hash.md => bitmap_hash64.md} (78%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org