[ 
https://issues.apache.org/jira/browse/SPARK-6871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491401#comment-14491401
 ] 

Apache Spark commented on SPARK-6871:
-------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/5480

> 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