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 encryption #39

Merged
merged 4 commits into from
Sep 5, 2024
Merged

Parquet encryption #39

merged 4 commits into from
Sep 5, 2024

Commits on Aug 28, 2024

  1. feat: Implement Parquet footer-mode encryption

    Uses PARC magic.  Haven't tested if we perfectly follow the Parquet spec.
    
    Includes some design choices around key metadata (such as using Sha3
    key metadata to select keys) which are not sufficiently abstracted for
    a general purpose library.  (That is, there would be some changes to
    make if this were to be upstreamed.)
    srh committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b785950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07858c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30852e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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