Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parquet bloom filter part II: read sbbf bitset from row group reader, update API, and add cli demo #3102

Merged
merged 17 commits into from Nov 16, 2022

Commits on Nov 14, 2022

  1. add feature flag

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d5458bb View commit details
    Browse the repository at this point in the history
  2. add api

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2557f2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88cea80 View commit details
    Browse the repository at this point in the history
  4. refactor

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    efd8991 View commit details
    Browse the repository at this point in the history
  5. add a binary to demo

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5f4deae View commit details
    Browse the repository at this point in the history
  6. add bin

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c66d7a0 View commit details
    Browse the repository at this point in the history
  7. remove unused

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7a51342 View commit details
    Browse the repository at this point in the history
  8. fix clippy

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    fa3639c View commit details
    Browse the repository at this point in the history
  9. adjust byte size

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f8b7a27 View commit details
    Browse the repository at this point in the history
  10. update read method

    jimexist committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1bc73cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0041d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. remove extern crate

    jimexist committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3ec6e29 View commit details
    Browse the repository at this point in the history
  2. get rid of loop read

    jimexist committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e7a33b6 View commit details
    Browse the repository at this point in the history
  3. refactor to test

    jimexist committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bd2fb2f View commit details
    Browse the repository at this point in the history
  4. rework api

    jimexist committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a9480ad View commit details
    Browse the repository at this point in the history
  5. remove unused trait

    jimexist committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8667369 View commit details
    Browse the repository at this point in the history
  6. update help

    jimexist committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    415c6fb View commit details
    Browse the repository at this point in the history