Liang-Chi Hsieh created SPARK-6871:
--------------------------------------

             Summary: WITH clause in CTE can not following another WITH clause
                 Key: SPARK-6871
                 URL: https://issues.apache.org/jira/browse/SPARK-6871
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Liang-Chi Hsieh


For example, this sql query "WITH q1 AS (SELECT * FROM testData) WITH q2 AS 
(SELECT * FROM q1) SELECT * FROM q2" should not be successfully parsed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to