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

Fix Parquet Reader's Arrow Schema Inference #1682

Merged
merged 8 commits into from
May 13, 2022

Commits on May 11, 2022

  1. Separate parquet -> arrow conversion logic (apache#1655)

    Don't treat embedded arrow schema as authoritative (apache#1663)
    
    Fix projection of nested parquet files (apache#1652) (apache#1654)
    
    Fix schema inference for repeated fields (apache#1681)
    
    Support reading alternative list representations from parquet (apache#1680)
    tustvold committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e2f12de View commit details
    Browse the repository at this point in the history
  2. Add more tests

    tustvold committed May 11, 2022
    Configuration menu
    Copy the full SHA
    5fd8cd8 View commit details
    Browse the repository at this point in the history
  3. Pass pointers by reference

    tustvold committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a824700 View commit details
    Browse the repository at this point in the history
  4. More docs

    tustvold committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f2657e1 View commit details
    Browse the repository at this point in the history
  5. Fix lint

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

Commits on May 13, 2022

  1. Review feedback

    tustvold committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0baa1aa View commit details
    Browse the repository at this point in the history
  2. Review feedback

    tustvold committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b58cd74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd16ec9 View commit details
    Browse the repository at this point in the history