You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Shawn Weeks (JIRA)" <ji...@apache.org> on 2017/07/07 21:11:01 UTC

[jira] [Commented] (HIVE-10924) add support for MERGE statement

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

Shawn Weeks commented on HIVE-10924:
------------------------------------

I noticed the existing implementation doesn't support listing the target table columns for insert as seen in the example "THEN INSERT(a,b) VALUES(z, 7)". This is important if you only want to insert certain columns or may not know the order of the columns ahead of time. Is there an intent to support this part of the syntax?

> add support for MERGE statement
> -------------------------------
>
>                 Key: HIVE-10924
>                 URL: https://issues.apache.org/jira/browse/HIVE-10924
>             Project: Hive
>          Issue Type: New Feature
>          Components: Query Planning, Query Processor, Transactions
>    Affects Versions: 1.2.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>
> add support for 
> MERGE INTO tbl USING src ON … WHEN MATCHED THEN ... WHEN NOT MATCHED THEN ...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)