You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/11/09 03:14:59 UTC

[arrow-rs] branch add-bloom-filter updated (2fdc350b5 -> 1f1a79ee4)

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

jiayuliu pushed a change to branch add-bloom-filter
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 2fdc350b5 add bloom filter implementation based on split block spec
     add 1f1a79ee4 format and also revist index method

No new revisions were added by this update.

Summary of changes:
 parquet/src/bloom_filter/mod.rs | 152 ++++++++++++++++++++++------------------
 parquet/src/lib.rs              |   3 +-
 2 files changed, 87 insertions(+), 68 deletions(-)