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

Change parquet writers to use standard std:io::Write rather custom ParquetWriter trait (#1717) (#1163) #1719

Merged
merged 9 commits into from
May 25, 2022

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    f0e869a View commit details
    Browse the repository at this point in the history
  2. Fix parquet_derive

    tustvold committed May 21, 2022
    Configuration menu
    Copy the full SHA
    fe0958c View commit details
    Browse the repository at this point in the history
  3. Fix benches

    tustvold committed May 21, 2022
    Configuration menu
    Copy the full SHA
    5d53dc5 View commit details
    Browse the repository at this point in the history
  4. Fix parquet_derive tests

    tustvold committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2620f45 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

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

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    e39fa42 View commit details
    Browse the repository at this point in the history
  2. Review feedback

    tustvold committed May 24, 2022
    Configuration menu
    Copy the full SHA
    cd5eda8 View commit details
    Browse the repository at this point in the history
  3. Fix unnecessary unwrap

    tustvold committed May 24, 2022
    Configuration menu
    Copy the full SHA
    196dd76 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

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