-
- Downloads
[SPARK-2734][SQL] Remove tables from cache when DROP TABLE is run.
Author: Michael Armbrust <michael@databricks.com> Closes #1650 from marmbrus/dropCached and squashes the following commits: e6ab80b [Michael Armbrust] Support if exists. 83426c6 [Michael Armbrust] Remove tables from cache when DROP TABLE is run.
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala 8 additions, 1 deletion...ive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveStrategies.scala 2 additions, 0 deletions...main/scala/org/apache/spark/sql/hive/HiveStrategies.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/DropTable.scala 48 additions, 0 deletions...scala/org/apache/spark/sql/hive/execution/DropTable.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/CachedTableSuite.scala 16 additions, 0 deletions...st/scala/org/apache/spark/sql/hive/CachedTableSuite.scala
Loading
Please register or sign in to comment