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

docs: add sizing explanation to bloom filter docs in parquet #5705

Merged
merged 4 commits into from
May 4, 2024

Commits on May 1, 2024

  1. docs: add sizing explanation to bloom filter docs in parquet

    Added documentation detailing the sizing of bloom filters in the parquet
    crate.
    hiltontj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8a744bf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. docs: fix doc comment typo

    hiltontj committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4897359 View commit details
    Browse the repository at this point in the history
  2. docs: clarify doc comment on bloom filters in metadata

    Updated the bloom filter module doc comment to clarify that the metadata stores the offset/length of the bloom filter, and not the bloom filter in its entirety.
    
    Co-authored-by: Andrew Lamb <[email protected]>
    hiltontj and alamb authored May 2, 2024
    Configuration menu
    Copy the full SHA
    bf18d68 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    7d18a2b View commit details
    Browse the repository at this point in the history