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

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

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

Apache Spark commented on SPARK-36980:
--------------------------------------

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

> 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
>            Priority: Major
>
> 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