Michael Armbrust created SPARK-2734:
---------------------------------------

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

Reply via email to