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

Gengliang Wang updated SPARK-46144:
-----------------------------------
    Description: 
For the following query:
{code:java}
INSERT INTO tbl REPLACE WHERE id = (select c2 from values(1) as t(c2)) SELECT * 
FROM source{code}
There will be analysis 

> Fail INSERT INTO ... REPLACE statement if the condition contains subquery
> -------------------------------------------------------------------------
>
>                 Key: SPARK-46144
>                 URL: https://issues.apache.org/jira/browse/SPARK-46144
>             Project: Spark
>          Issue Type: Task
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Gengliang Wang
>            Priority: Major
>
> For the following query:
> {code:java}
> INSERT INTO tbl REPLACE WHERE id = (select c2 from values(1) as t(c2)) SELECT 
> * FROM source{code}
> There will be analysis 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to