[
https://issues.apache.org/jira/browse/HIVE-28119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko reassigned HIVE-28119:
-------------------------------------
Assignee: Denys Kuzmenko
> 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
>
> {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)