You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "angerszhu (Jira)" <ji...@apache.org> on 2021/10/12 04:24:00 UTC

[jira] [Created] (SPARK-36980) Insert support query with CTE

angerszhu created SPARK-36980:
---------------------------------

             Summary: Insert support query with CTE
                 Key: SPARK-36980
                 URL: https://issues.apache.org/jira/browse/SPARK-36980
             Project: Spark
          Issue Type: Task
          Components: SQL
    Affects Versions: 3.1.2, 3.2.0
            Reporter: angerszhu


INSERT INTO t_delta (WITH v1(c1) as (values (1)) select 1, 2,3 from v1);  OK
INSERT INTO t_delta WITH v1(c1) as (values (1)) select 1, 2,3 from v1; FAIL




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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org