Skip to content

Commit 89e3898

Browse files
committed
Remove unused imports
1 parent 99da3cd commit 89e3898

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/AlterTableDropPartitionSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
package org.apache.spark.sql.execution.command.v1
1919

2020
import org.apache.spark.sql.catalyst.analysis.NoSuchPartitionsException
21-
import org.apache.spark.sql.connector.catalog.CatalogManager
2221
import org.apache.spark.sql.execution.command
23-
import org.apache.spark.sql.test.SharedSparkSession
2422

2523
trait AlterTableDropPartitionSuiteBase extends command.AlterTableDropPartitionSuiteBase {
2624
override protected val notFullPartitionSpecErr = "The following partitions not found in table"

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/command/AlterTableAddPartitionSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
package org.apache.spark.sql.hive.execution.command
1919

2020
import org.apache.spark.sql.execution.command.v1
21-
import org.apache.spark.sql.hive.test.TestHiveSingleton
2221

2322
class AlterTableAddPartitionSuite
2423
extends v1.AlterTableAddPartitionSuiteBase

0 commit comments

Comments
 (0)