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

[SPARK-18572][SQL] Add a method listPartitionNames to ExternalCatalog #15998

Closed

Commits on Dec 4, 2016

  1. [SPARK-18572][SQL] Add a method listPartitionName to ExternalCatalog

    and an implementation in `HiveExternalCatalog` that calls the Hive
    `getPartitionNames` method.
    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    826dee6 View commit details
    Browse the repository at this point in the history
  2. Make ExternalCatalog.listPartitionNames abstract and implement that

    method in `InMemoryCatalog`
    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    54171ad View commit details
    Browse the repository at this point in the history
  3. Insert a couple of cosmetic newlines

    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    93cee97 View commit details
    Browse the repository at this point in the history
  4. Modify HiveCommandSuite to make it test partition columns with

    uppercase characters in their names
    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    27dc672 View commit details
    Browse the repository at this point in the history
  5. Formatting and code commenting

    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    2a7b062 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d183946 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c71521 View commit details
    Browse the repository at this point in the history
  8. Revert modifications to the HiveCommandSuite

    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    b9dd303 View commit details
    Browse the repository at this point in the history
  9. Explicitly sort the results from

    `HiveClient.getPartitionNames` and add coverage to `VersionsSuite`
    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    28563d4 View commit details
    Browse the repository at this point in the history
  10. Build and use a map of lower-cased partition column names to exact

    partition column names when listing partitions and partition names
    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    860d985 View commit details
    Browse the repository at this point in the history
  11. Add tests for SessionCatalog.listPartitionNames and enhance coverage

    of `SessionCatalog.listPartitions` to include test of invalid partial
    partition specs
    Michael Allman committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    fc57f23 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Configuration menu
    Copy the full SHA
    37fc595 View commit details
    Browse the repository at this point in the history