You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2021/01/14 10:58:00 UTC

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

Krisztian Kasa created HIVE-24635:
-------------------------------------

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


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