This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch refactor_rf in repository https://gitbox.apache.org/repos/asf/doris.git
from ff177645a35 some fix and add ut add 2a85ea0d89d [refactor](runtime filter) Refine null property in runtime filter (#48534) No new revisions were added by this update. Summary of changes: be/src/exprs/bitmapfilter_predicate.h | 2 +- be/src/exprs/bloom_filter_func.h | 18 +-- be/src/exprs/bloom_filter_func_adaptor.h | 7 +- be/src/exprs/create_predicate_function.h | 126 +++++++++++---------- be/src/exprs/filter_base.h | 17 ++- be/src/exprs/hybrid_set.h | 9 +- be/src/exprs/minmax_predicate.h | 3 +- be/src/olap/in_list_predicate.h | 4 +- be/src/runtime_filter/runtime_filter_definitions.h | 22 +++- be/src/runtime_filter/runtime_filter_wrapper.cpp | 21 ++-- be/src/runtime_filter/runtime_filter_wrapper.h | 2 + .../aggregate_function_group_array_intersect.h | 7 +- be/src/vec/exec/format/orc/vorc_reader.cpp | 2 +- .../exec/format/parquet/vparquet_group_reader.cpp | 2 +- be/src/vec/exec/format/table/equality_delete.cpp | 2 +- be/src/vec/functions/in.h | 9 +- be/test/olap/date_bloom_filter_test.cpp | 8 +- .../runtime_filter/runtime_filter_wrapper_test.cpp | 64 +++++++++++ 18 files changed, 199 insertions(+), 126 deletions(-) create mode 100644 be/test/runtime_filter/runtime_filter_wrapper_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org