You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2023/04/23 02:33:43 UTC

[doris] branch master updated (9756be6bf0 -> b81b470d4f)

This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 9756be6bf0 [improvement](stream-load) use vector instead of skiplist when insert dup keys (#18686)
     add b81b470d4f [fix](planner) fix pr "using crchash replace murmurhash in the runtime filter" (#18759)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/block_bloom_filter.hpp    | 15 ++++++++
 be/src/exprs/bloom_filter_func.h       | 63 ++++++++++++++++++++++++++++++++++
 be/src/exprs/runtime_filter.cpp        | 29 +++++++++++++---
 be/src/olap/bloom_filter_predicate.h   | 31 ++++++++++++-----
 be/src/vec/columns/column_dictionary.h | 29 +++++++++++++++-
 be/src/vec/exprs/vbloom_predicate.cpp  | 19 +++++++---
 6 files changed, 168 insertions(+), 18 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org