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

ARROW-11824: [Rust] [Parquet] Use logical types in Arrow schema conversion #9612

Closed
wants to merge 8 commits into from

Commits on Mar 18, 2021

  1. validate logical vs physical type, populate converted type

    This makes it convenient for users to only specify the logical type,
    with the converted type being populated based on a 1:1 mapping.
    
    (cherry picked from commit 7b4dda4)
    nevi-me committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    7316083 View commit details
    Browse the repository at this point in the history
  2. use logical types to map to Arrow types

    (cherry picked from commit 780e966)
    nevi-me committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    30da7a6 View commit details
    Browse the repository at this point in the history
  3. rename logical > converted

    (cherry picked from commit 115b946)
    nevi-me committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    84a636f View commit details
    Browse the repository at this point in the history
  4. clippy fixes

    (cherry picked from commit 5afcc44)
    nevi-me committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    921aeae View commit details
    Browse the repository at this point in the history
  5. address review comments

    nevi-me committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    a7c9bed View commit details
    Browse the repository at this point in the history
  6. revert timeszone change

    nevi-me committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b7e76c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a347932 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. fix clippy

    nevi-me committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6ba5d04 View commit details
    Browse the repository at this point in the history