You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Adam Kramer (Commented) (JIRA)" <ji...@apache.org> on 2012/04/10 10:00:20 UTC

[jira] [Commented] (HIVE-2826) ALTER VIEW ADD PARTITION needs IF NOT EXISTS.

    [ https://issues.apache.org/jira/browse/HIVE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250498#comment-13250498 ] 

Adam Kramer commented on HIVE-2826:
-----------------------------------

Ugh, sorry. The weird difference in syntax is what made me think this had not been implemented.
                
> ALTER VIEW ADD PARTITION needs IF NOT EXISTS.
> ---------------------------------------------
>
>                 Key: HIVE-2826
>                 URL: https://issues.apache.org/jira/browse/HIVE-2826
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Adam Kramer
>
> Support for ALTER TABLE x ADD IF NOT EXISTS PARTITION was added in HIVE-1106. The same semantics should be supported for ALTER VIEW.
> WAS:
> When trying to add a partition, if the partition already exists, we shouldn't necessarily cause the job to fail...just like we have CREATE TABLE IF NOT EXISTS and DROP TABLE IF EXISTS, we should have ALTER TABLE foo ADD PARTITION IF NOT EXISTS (ds=whatever).
> Ditto for ALTER VIEW.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira