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

Wenchen Fan resolved SPARK-15824.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 13678
[https://github.com/apache/spark/pull/13678]

> Run 'with ... insert ... select' failed when use spark thriftserver
> -------------------------------------------------------------------
>
>                 Key: SPARK-15824
>                 URL: https://issues.apache.org/jira/browse/SPARK-15824
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Weizhong
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> {code:sql}
> create table src(k int, v int);
> create table src_parquet(k int, v int);
> with v as (select 1, 2) insert into table src_parquet from src;
> {code}
> Will throw exception: spark.sql.execution.id is already set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to