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

Michael Armbrust resolved SPARK-2734.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

> DROP TABLE should also uncache table
> ------------------------------------
>
>                 Key: SPARK-2734
>                 URL: https://issues.apache.org/jira/browse/SPARK-2734
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.0.2
>            Reporter: Michael Armbrust
>            Assignee: Michael Armbrust
>            Priority: Critical
>             Fix For: 1.1.0
>
>
> Steps to reproduce:
> {code}
> hql("CREATE TABLE test(a INT)")
> hql("CACHE TABLE test")
> hql("DROP TABLE test")
> hql("SELECT * FROM test")
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to