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 ArrowReaderOptions to ParquetFileArrowReader, add option to skip decoding arrow metadata from parquet (#1459) #1558

Merged
merged 3 commits into from
Apr 14, 2022

Commits on Apr 13, 2022

  1. Add option to skip decoding arrow metadata from parquet (apache#1459)

    Fix inference from null logical type (apache#1557)
    
    Replace some `&Option<T>` with `Option<&T>` (apache#1556)
    tustvold committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    019cd07 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Update parquet/src/arrow/arrow_reader.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    tustvold and alamb authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    54755f5 View commit details
    Browse the repository at this point in the history
  2. Fmt

    tustvold committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    f0ca631 View commit details
    Browse the repository at this point in the history