This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from d3c020b [feat-opt](fe-config) Add tablets number limit to void wrong usage (#7025) add a74fdf1 [refactor](be) refactor predicate function creator (#7054) No new revisions were added by this update. Summary of changes: be/src/exprs/CMakeLists.txt | 1 - be/src/exprs/bloomfilter_predicate.cpp | 44 ------ be/src/exprs/bloomfilter_predicate.h | 2 - be/src/exprs/create_predicate_function.h | 124 +++++++++++++++++ be/src/exprs/hybrid_map.h | 3 +- be/src/exprs/hybrid_set.cpp | 68 --------- be/src/exprs/hybrid_set.h | 2 - be/src/exprs/in_predicate.cpp | 3 +- be/src/exprs/in_predicate.h | 1 + be/src/exprs/minmax_predicate.h | 116 ++++++++++++++++ be/src/exprs/runtime_filter.cpp | 153 +-------------------- be/src/olap/bloom_filter_predicate.cpp | 18 +-- be/test/exprs/bloom_filter_predicate_test.cpp | 9 +- be/test/exprs/hybrid_set_test.cpp | 19 +-- .../olap/bloom_filter_column_predicate_test.cpp | 3 +- 15 files changed, 278 insertions(+), 288 deletions(-) create mode 100644 be/src/exprs/create_predicate_function.h delete mode 100644 be/src/exprs/hybrid_set.cpp create mode 100644 be/src/exprs/minmax_predicate.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org