[ 
https://issues.apache.org/jira/browse/SPARK-36980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan reassigned SPARK-36980:
-----------------------------------

    Assignee: angerszhu

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

Reply via email to