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

Hudson commented on HIVE-2602:
------------------------------

Integrated in Hive-trunk-h0.21 #1158 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1158/])
    HIVE-2602 add support for insert partition overwrite(...) if not
          exists (Chinna Rao Lalam via namit)

namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1220596
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/ErrorMsg.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/SemanticAnalyzer.java
* 
/hive/trunk/ql/src/test/queries/clientnegative/insertover_dynapart_ifnotexists.q
* /hive/trunk/ql/src/test/queries/clientpositive/insert1_overwrite_partitions.q
* 
/hive/trunk/ql/src/test/results/clientnegative/insertover_dynapart_ifnotexists.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/insert1_overwrite_partitions.q.out

                
> add support for insert partition overwrite(...) if not exists
> -------------------------------------------------------------
>
>                 Key: HIVE-2602
>                 URL: https://issues.apache.org/jira/browse/HIVE-2602
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Namit Jain
>            Assignee: Chinna Rao Lalam
>         Attachments: HIVE-2602.1.patch, HIVE-2602.2.patch, HIVE-2602.3.patch, 
> HIVE-2602.D579.1.patch, HIVE-2602.D579.2.patch, HIVE-2602.D879.1.patch, 
> HIVE-2602.patch
>
>
> INSERT OVERWRITE TABLE X PARTITION (a=b, c=d) IF NOT EXISTS ...
> The partition should be created and written if and only if it's not there 
> already.
> The support can be added for dynamic partitions in the future, but this jira 
> is for adding this support for static partitions.

--
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

        

Reply via email to