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

Krisztian Kasa reassigned HIVE-24635:
-------------------------------------


> Support Values clause as operand of set operation
> -------------------------------------------------
>
>                 Key: HIVE-24635
>                 URL: https://issues.apache.org/jira/browse/HIVE-24635
>             Project: Hive
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>
> {code}
> VALUES (1,2),(3,4)
> UNION ALL
> VALUES (1,2),(7,8);
> {code}
> {code}
> 1     2
> 3     4
> 1     2
> 7     8
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to