You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/14 12:40:00 UTC

[jira] [Updated] (HIVE-24635) Support Values clause as operand of set operation

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

ASF GitHub Bot updated HIVE-24635:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {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)