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

ARROW-11644: [Python][Parquet] Low-level Parquet decryption in Python #9631

Closed
wants to merge 33 commits into from

Commits on Feb 16, 2021

  1. Copy the full SHA
    f40ae8c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6a41e21 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d9f5d82 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    284b162 View commit details
    Browse the repository at this point in the history
  5. ARROW-11644: [Python][Parquet] Sketch of Python API for decryption.

    Covers some but not all of the API features.
    itamarst committed Feb 16, 2021
    Copy the full SHA
    7bab699 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. It compiles now.

    itamarst committed Feb 18, 2021
    Copy the full SHA
    8369a1c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Copy the full SHA
    eef1f07 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Copy the full SHA
    e828a91 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Copy the full SHA
    1ff110d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Copy the full SHA
    23e2feb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    219e581 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3eac091 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Copy the full SHA
    2ca0390 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Copy the full SHA
    d6fd90e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e925794 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    707a94e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    079f635 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2bd1aba View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0d1ed15 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d739f52 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    622e21c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Copy the full SHA
    1b5b93b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2b35340 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    922681c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    992c170 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Copy the full SHA
    945fcef View commit details
    Browse the repository at this point in the history
  2. ARROW-11644: [Python][Parquet] Always set metadata.

    So as to avoid having to choose between fighting Cython and fighting Parquet.
    itamarst committed Apr 2, 2021
    Copy the full SHA
    1a8d801 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2a44cd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Copy the full SHA
    c3ebf6d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a5bd3f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Copy the full SHA
    9a5f4c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7267bd4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7cfb720 View commit details
    Browse the repository at this point in the history