[
https://issues.apache.org/jira/browse/SPARK-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14078921#comment-14078921
]
Apache Spark commented on SPARK-2734:
-------------------------------------
User 'marmbrus' has created a pull request for this issue:
https://github.com/apache/spark/pull/1650
> 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
> Priority: Critical
>
> 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)