You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2015/04/12 12:11:12 UTC

[jira] [Created] (SPARK-6871) WITH clause in CTE can not following another WITH clause

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org