aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2016-05-27 17:27:24 -0700
committerYin Huai <yhuai@databricks.com>2016-05-27 17:27:24 -0700
commit4a2fb8b87ca4517e0f4a1d7a1a1b3c08c1c1294d (patch)
tree9a32e727b31ce69bbb6cb61d74a7e18453bc0527 /data
parent776d183c82b424ef7c3cae30537d8afe9b9eee83 (diff)
downloadspark-4a2fb8b87ca4517e0f4a1d7a1a1b3c08c1c1294d.tar.gz
spark-4a2fb8b87ca4517e0f4a1d7a1a1b3c08c1c1294d.tar.bz2
spark-4a2fb8b87ca4517e0f4a1d7a1a1b3c08c1c1294d.zip
[SPARK-15594][SQL] ALTER TABLE SERDEPROPERTIES does not respect partition spec
## What changes were proposed in this pull request? These commands ignore the partition spec and change the storage properties of the table itself: ``` ALTER TABLE table_name PARTITION (a=1, b=2) SET SERDE 'my_serde' ALTER TABLE table_name PARTITION (a=1, b=2) SET SERDEPROPERTIES ('key1'='val1') ``` Now they change the storage properties of the specified partition. ## How was this patch tested? DDLSuite Author: Andrew Or <andrew@databricks.com> Closes #13343 from andrewor14/alter-table-serdeproperties.
Diffstat (limited to 'data')
0 files changed, 0 insertions, 0 deletions