[ 
https://issues.apache.org/jira/browse/HIVE-28119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denys Kuzmenko updated HIVE-28119:
----------------------------------
    Summary: Iceberg: Allow insert clause with a column list in Merge query 
not_matched condition  (was: Allow insert clause with a column list in Merge 
query not_matched condition)

> Iceberg: Allow insert clause with a column list in Merge query not_matched 
> condition
> ------------------------------------------------------------------------------------
>
>                 Key: HIVE-28119
>                 URL: https://issues.apache.org/jira/browse/HIVE-28119
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Denys Kuzmenko
>            Assignee: Denys Kuzmenko
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.1.0
>
>
> {code}
> merge into target_ice as t using source src ON t.a = src.a
> when not matched then insert (a, c) values (src.a, src.c);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to