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

feat: use pyarrow stream compression, if available #593

Merged
merged 4 commits into from Apr 12, 2021

Commits on Apr 7, 2021

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

Commits on Apr 8, 2021

  1. Remove unnecessary pyarrow version check

    Arrow stream compression requires pyarrow>=1.0.0, but that's already
    guaranteed by a version pin in setup.py if bqstorage extra is
    installed.
    plamut committed Apr 8, 2021
    Copy the full SHA
    451da5b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2518442 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ada8e9c View commit details
    Browse the repository at this point in the history