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 14dcdd188e [fix](fe) fix MetricRepo.THRIFT_COUNTER_RPC_ALL
NullPointException (#17552)
add dfa2528b5e [fix](bitmap) fix wrong result of bitmap count functions
for null values (#17849)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function.cpp | 8 -
be/src/vec/functions/function.h | 8 +
be/src/vec/functions/function_bitmap.cpp | 153 ++++++++++-
be/src/vec/functions/function_bitmap_variadic.cpp | 37 ++-
be/test/vec/function/function_bitmap_test.cpp | 6 +-
.../bitmap_functions/test_bitmap_function.out | 105 ++++++--
.../test_bitmap_function_nereids.out | 251 ------------------
.../bitmap_functions/test_bitmap_function.out | 105 ++++++--
.../bitmap_functions/test_bitmap_function.groovy | 288 +++++++++++++++++----
.../test_bitmap_function_nereids.groovy | 195 --------------
.../bitmap_functions/test_bitmap_function.groovy | 285 ++++++++++++++++----
11 files changed, 859 insertions(+), 582 deletions(-)
delete mode 100644
regression-test/data/nereids_syntax_p0/test_bitmap_function_nereids.out
delete mode 100644
regression-test/suites/nereids_syntax_p0/test_bitmap_function_nereids.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]