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

Zhihua Deng updated HIVE-28119:
-------------------------------
    Fix Version/s: 4.0.1

> 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: hive-4.0.1-merged, hive-4.0.1-must, 
> pull-request-available
>             Fix For: 4.1.0, 4.0.1
>
>
> {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