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)

Reply via email to