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

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

Weizhong created SPARK-15824:
--------------------------------

             Summary: 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