[
https://issues.apache.org/jira/browse/SPARK-15824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan updated SPARK-15824:
--------------------------------
Assignee: Herman van Hovell
> 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
> Assignee: Herman van Hovell
> 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: [email protected]
For additional commands, e-mail: [email protected]