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

Update parquet::basic::LogicalType to be more idomatic #1612

Merged
merged 14 commits into from
Apr 24, 2022

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    6d06564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab328a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec93eec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5f0555 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Convert LogicalType::DECIMAL(DecimalType) to LogicalType::Decimal { s…

    …cale, precision }, Fix String proc macro error
    tfeda committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    c0afa23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24acbd View commit details
    Browse the repository at this point in the history
  3. Convert LogicalType::TIME(TimeType) to LogicalType::Time { is_adjuste…

    …d_to_u_t_c: bool, unit: TimeUnit }
    tfeda committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    967e4f7 View commit details
    Browse the repository at this point in the history
  4. Convert LogicalType::TIMESTAMP(TimestampType) to LogicalType::Timesta…

    …mp { is_adjusted_to_u_t_c: bool, unit: TimeUnit }
    tfeda committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    8da2335 View commit details
    Browse the repository at this point in the history
  5. Convert LogicalType::INTEGER(IntType) to LogicalType::Integer { bit_w…

    …idth: i8, is_signed: bool }
    tfeda committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    971c49a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f81b7f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abd2e67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eab864b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e55aab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17494f4 View commit details
    Browse the repository at this point in the history