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

Operate on column handle directly in checkPartitionTypesSupported and other cleanups #18316

Commits on Jul 17, 2023

  1. Operate on column handle directly in checkPartitionTypesSupported

    Avoid converting to metastore Column when checking for supported and
    unsupported types. This avoids a lookup in `TypeManager`.
    findepi committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    08bf94e View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    findepi committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0e53964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f228501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec5da02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4247dfa View commit details
    Browse the repository at this point in the history