You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Denys Kuzmenko (Jira)" <ji...@apache.org> on 2024/03/14 13:38:00 UTC

[jira] [Assigned] (HIVE-28119) Allow insert clause with a column list in Merge query not_matched condition

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