aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst
diff options
context:
space:
mode:
authorWenchen Fan <wenchen@databricks.com>2016-11-10 13:42:48 -0800
committerReynold Xin <rxin@databricks.com>2016-11-10 13:42:48 -0800
commit2f7461f31331cfc37f6cfa3586b7bbefb3af5547 (patch)
treeaf2f567805b8b53c20f7a362243816028468f0df /R/pkg/inst
parentb533fa2b205544b42dcebe0a6fee9d8275f6da7d (diff)
downloadspark-2f7461f31331cfc37f6cfa3586b7bbefb3af5547.tar.gz
spark-2f7461f31331cfc37f6cfa3586b7bbefb3af5547.tar.bz2
spark-2f7461f31331cfc37f6cfa3586b7bbefb3af5547.zip
[SPARK-17990][SPARK-18302][SQL] correct several partition related behaviours of ExternalCatalog
## What changes were proposed in this pull request? This PR corrects several partition related behaviors of `ExternalCatalog`: 1. default partition location should not always lower case the partition column names in path string(fix `HiveExternalCatalog`) 2. rename partition should not always lower case the partition column names in updated partition path string(fix `HiveExternalCatalog`) 3. rename partition should update the partition location only for managed table(fix `InMemoryCatalog`) 4. create partition with existing directory should be fine(fix `InMemoryCatalog`) 5. create partition with non-existing directory should create that directory(fix `InMemoryCatalog`) 6. drop partition from external table should not delete the directory(fix `InMemoryCatalog`) ## How was this patch tested? new tests in `ExternalCatalogSuite` Author: Wenchen Fan <wenchen@databricks.com> Closes #15797 from cloud-fan/partition.
Diffstat (limited to 'R/pkg/inst')
0 files changed, 0 insertions, 0 deletions