You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/08 12:28:20 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15320456#comment-15320456 ] 

Apache Spark commented on SPARK-15824:
--------------------------------------

User 'Sephiroth-Lin' has created a pull request for this issue:
https://github.com/apache/spark/pull/13561

> 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
>
> {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