-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
Commits on Dec 4, 2016
-
[SPARK-18572][SQL] Add a method
listPartitionName
toExternalCatalog
and an implementation in `HiveExternalCatalog` that calls the Hive `getPartitionNames` method.
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 826dee6 - Browse repository at this point
Copy the full SHA 826dee6View commit details -
Make
ExternalCatalog.listPartitionNames
abstract and implement thatmethod in `InMemoryCatalog`
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 54171ad - Browse repository at this point
Copy the full SHA 54171adView commit details -
Insert a couple of cosmetic newlines
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 93cee97 - Browse repository at this point
Copy the full SHA 93cee97View commit details -
Modify
HiveCommandSuite
to make it test partition columns withuppercase characters in their names
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 27dc672 - Browse repository at this point
Copy the full SHA 27dc672View commit details -
Formatting and code commenting
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 2a7b062 - Browse repository at this point
Copy the full SHA 2a7b062View commit details -
Code documentation and partition name/value path name escaping
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for d183946 - Browse repository at this point
Copy the full SHA d183946View commit details -
Add unit tests for the new
ExternalCatalog.listPartitionNames
methodMichael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 9c71521 - Browse repository at this point
Copy the full SHA 9c71521View commit details -
Revert modifications to the HiveCommandSuite
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for b9dd303 - Browse repository at this point
Copy the full SHA b9dd303View commit details -
Explicitly sort the results from
`HiveClient.getPartitionNames` and add coverage to `VersionsSuite`
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 28563d4 - Browse repository at this point
Copy the full SHA 28563d4View commit details -
Build and use a map of lower-cased partition column names to exact
partition column names when listing partitions and partition names
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for 860d985 - Browse repository at this point
Copy the full SHA 860d985View commit details -
Add tests for
SessionCatalog.listPartitionNames
and enhance coverageof `SessionCatalog.listPartitions` to include test of invalid partial partition specs
Michael Allman committedDec 4, 2016 Configuration menu - View commit details
-
Copy full SHA for fc57f23 - Browse repository at this point
Copy the full SHA fc57f23View commit details
Commits on Dec 5, 2016
-
Fix something in DataSourceStrategy.scala. Patch provided by @gatorsmile
Michael Allman committedDec 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 37fc595 - Browse repository at this point
Copy the full SHA 37fc595View commit details