This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from b6ad626ef04 [brach-2.0](pick)use 2 phase agg above union all #26245
(#26664)
add 8e3d09eab05 [bug](bitmap) fix bitmap value copy operator not call
reset #26451 (#26681)
No new revisions were added by this update.
Summary of changes:
be/src/util/bitmap_value.h | 29 ++++---
.../aggregate_function_bitmap.h | 5 +-
.../aggregate_function_bitmap_agg.h | 2 +-
be/src/vec/data_types/data_type_bitmap.cpp | 4 +-
be/src/vec/data_types/data_type_bitmap.h | 8 +-
be/src/vec/functions/function_bitmap.cpp | 12 +--
be/test/util/bitmap_value_test.cpp | 1 +
.../vec/aggregate_functions/agg_bitmap_test.cpp | 92 ++++++++++++++++++++++
8 files changed, 130 insertions(+), 23 deletions(-)
create mode 100644 be/test/vec/aggregate_functions/agg_bitmap_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]