Denys Kuzmenko created HIVE-28119:
-------------------------------------

             Summary: 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


{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