Krisztian Kasa created HIVE-24633:
-------------------------------------

             Summary: Support CTE with column labels
                 Key: HIVE-24633
                 URL: https://issues.apache.org/jira/browse/HIVE-24633
             Project: Hive
          Issue Type: Improvement
          Components: Parser
            Reporter: Krisztian Kasa
            Assignee: Krisztian Kasa


{code}
with cte1(a, b) as (select int_col x, bigint_col y from t1)
select a, b from cte1{code}
{code}
a       b
1       2
3       4
{code}



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

Reply via email to