[
https://issues.apache.org/jira/browse/HIVE-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539332#comment-13539332
]
Hudson commented on HIVE-3829:
------------------------------
Integrated in Hive-trunk-h0.21 #1876 (See
[https://builds.apache.org/job/Hive-trunk-h0.21/1876/])
HIVE-3829 Hive CLI needs UNSET TBLPROPERTY command
(Zhenxiao Luo via namit) (Revision 1425604)
Result = SUCCESS
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1425604
Files :
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/BaseSemanticAnalyzer.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzerFactory.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/AlterTableDesc.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/HiveOperation.java
* /hive/trunk/ql/src/test/queries/clientnegative/set_table_property.q
* /hive/trunk/ql/src/test/queries/clientnegative/unset_table_property.q
* /hive/trunk/ql/src/test/queries/clientnegative/unset_view_property.q
* /hive/trunk/ql/src/test/queries/clientpositive/unset_table_view_property.q
* /hive/trunk/ql/src/test/results/clientnegative/set_table_property.q.out
* /hive/trunk/ql/src/test/results/clientnegative/unset_table_property.q.out
* /hive/trunk/ql/src/test/results/clientnegative/unset_view_property.q.out
* /hive/trunk/ql/src/test/results/clientpositive/unset_table_view_property.q.out
> Hive CLI needs UNSET TBLPROPERTY command
> ----------------------------------------
>
> Key: HIVE-3829
> URL: https://issues.apache.org/jira/browse/HIVE-3829
> Project: Hive
> Issue Type: Bug
> Reporter: Zhenxiao Luo
> Assignee: Zhenxiao Luo
> Fix For: 0.11
>
> Attachments: HIVE-3829.1.patch.txt, HIVE-3829.2.patch.txt,
> HIVE-3829.3.patch.txt, HIVE-3829.4.patch.txt, HIVE-3829.5.patch.txt
>
>
> The Hive CLI currently supports
> ALTER TABLE <table> SET TBLPROPERTIES ('key1' = 'value1', 'key2' = 'value2',
> ...);
> To add/change the value of table properties.
> It would be really useful if Hive also supported
> ALTER TABLE <table> UNSET TBLPROPERTIES ('key1', 'key2', ...);
> Which would remove table properties
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira