-
- Downloads
[SPARK-15539][SQL] DROP TABLE throw exception if table doesn't exist
## What changes were proposed in this pull request? Same as #13302, but for DROP TABLE. ## How was this patch tested? `DDLSuite` Author: Andrew Or <andrew@databricks.com> Closes #13307 from andrewor14/drop-table.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala 2 additions, 2 deletions...in/scala/org/apache/spark/sql/execution/command/ddl.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala 4 additions, 6 deletions...ala/org/apache/spark/sql/execution/command/DDLSuite.scala
- sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala 27 additions, 25 deletions...che/spark/sql/hive/execution/HiveCompatibilitySuite.scala
- sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala 6 additions, 4 deletions...ark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala 1 addition, 1 deletion...org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/QueryPartitionSuite.scala 2 additions, 2 deletions...scala/org/apache/spark/sql/hive/QueryPartitionSuite.scala
Loading
Please register or sign in to comment