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