This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch refactor_rf in repository https://gitbox.apache.org/repos/asf/doris.git
from 2a85ea0d89d [refactor](runtime filter) Refine null property in runtime filter (#48534) add 718e4ff2707 [runtime filter](UT) test in filter (#48562) No new revisions were added by this update. Summary of changes: be/src/exprs/bloom_filter_func.h | 5 +- be/src/exprs/filter_base.h | 8 +- be/src/exprs/hybrid_set.h | 11 + be/src/runtime_filter/runtime_filter.h | 4 +- be/src/runtime_filter/runtime_filter_definitions.h | 9 +- be/src/runtime_filter/runtime_filter_producer.h | 6 +- .../runtime_filter_producer_helper.cpp | 7 +- .../runtime_filter_producer_helper.h | 2 +- .../runtime_filter_producer_helper_cross.h | 2 +- be/src/runtime_filter/runtime_filter_wrapper.cpp | 71 +++++- be/src/runtime_filter/runtime_filter_wrapper.h | 46 +--- .../runtime_filter/runtime_filter_wrapper_test.cpp | 239 +++++++++++++++++++-- 12 files changed, 324 insertions(+), 86 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org