-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26481/
-----------------------------------------------------------
Review request for hive, Gunther Hagleitner and Thejas Nair.
Bugs: HIVE-8411
https://issues.apache.org/jira/browse/HIVE-8411
Repository: hive-git
Description
-------
Allow partial partition spec for some alter table statements, such as:
alter table alter_partition_change_col1 partition (p1) change column c2 c2
decimal(10,0);
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java d5374bc
ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java 4e58ad8
ql/src/test/queries/clientpositive/alter_partition_change_col.q baabb9f
ql/src/test/results/clientpositive/alter_partition_change_col.q.out 7123e40
Diff: https://reviews.apache.org/r/26481/diff/
Testing
-------
updated qfile test
Thanks,
Jason Dere