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

morningman pushed a change to branch branch-1.2-unstable
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 6038918000 [Docs](memory) fix document directory and fix memtracker 
accuracy bug #14710
     new dc96b1caf5 [fix](bitmapfilter) fix core dump caused by bitmap filter 
(#14702)
     new d85c1e98b4 [Enhancement](bitmapfilter) Support bitmap filter to apply 
zone_map index to filter pages (#14635)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/exprs/bitmapfilter_predicate.h              | 35 ++++++----
 be/src/exprs/runtime_filter.cpp                    | 21 ++++--
 be/src/exprs/runtime_filter.h                      |  3 +
 be/src/olap/bitmap_filter_predicate.h              | 45 +++++++------
 be/src/olap/olap_common.h                          |  2 +
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  1 +
 be/src/util/bitmap_value.h                         | 76 +++++++++++++++++++++-
 be/src/vec/exec/join/vnested_loop_join_node.cpp    |  5 +-
 be/src/vec/exec/scan/new_olap_scan_node.cpp        |  1 +
 be/src/vec/exec/scan/new_olap_scan_node.h          |  1 +
 be/src/vec/exec/scan/new_olap_scanner.cpp          |  2 +
 be/src/vec/runtime/shared_hash_table_controller.h  |  2 +-
 .../data/query_p0/join/test_bitmap_filter.out      |  8 +++
 .../suites/query_p0/join/test_bitmap_filter.groovy |  2 +
 14 files changed, 164 insertions(+), 40 deletions(-)


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

Reply via email to