You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/03/30 09:37:41 UTC

[jira] [Resolved] (SPARK-20137) In Spark1.5 I can 'cache table as select' for many times. In Spark2.1 it will show error TempTableAlreadyExistsException

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

Sean Owen resolved SPARK-20137.
-------------------------------
    Resolution: Invalid

Please post this on user@spark.apache.org

> In Spark1.5 I can 'cache table as select' for many times. In Spark2.1 it will show error TempTableAlreadyExistsException
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-20137
>                 URL: https://issues.apache.org/jira/browse/SPARK-20137
>             Project: Spark
>          Issue Type: Question
>          Components: SQL
>    Affects Versions: 2.1.0
>            Reporter: Ruhui Wang
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> About  'cache table as select'. In Spark1.5, I can run this sql for many times:  
> cache table t as select * from t1;  
> cache table t as select * from t2;  
> In Spark2.1 when I run the second sql will show "Error in query: Temporary table 't1' already exists;"  
> Why Spark2.1 don't support this sql??  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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