[
https://issues.apache.org/jira/browse/SPARK-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14498403#comment-14498403
]
Michael Armbrust commented on SPARK-2734:
-----------------------------------------
How do you know it occurring? What queries are you running?
> 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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]