You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2016/06/16 04:36:05 UTC

[jira] [Updated] (SPARK-15824) Run 'with ... insert ... select' failed when use spark thriftserver

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