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

Add async arrow parquet reader #1154

Merged
merged 7 commits into from
Feb 2, 2022
Merged

Commits on Jan 28, 2022

  1. Async parquet reader (apache#111)

    Add Sync + Send bounds to parquet crate
    tustvold committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    078b37c View commit details
    Browse the repository at this point in the history
  2. Remove Sync from DataType

    tustvold committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ce083cf View commit details
    Browse the repository at this point in the history
  3. Review feedback

    tustvold committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c8069a5 View commit details
    Browse the repository at this point in the history
  4. Add basic test

    tustvold committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    819913a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Fix lints

    tustvold committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    92b7cb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Review feedback

    tustvold committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    38e2225 View commit details
    Browse the repository at this point in the history
  2. Tweak CI

    tustvold committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    cbe6bb4 View commit details
    Browse the repository at this point in the history