Skip to content

Commit 8fec65b

Browse files
committed
Remove unused imports.
1 parent fb708b7 commit 8fec65b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ import scala.collection.mutable.ArrayBuffer
2323

2424
import org.apache.hadoop.fs.Path
2525

26-
import org.apache.spark.SparkContext
2726
import org.apache.spark.sql._
2827
import org.apache.spark.sql.catalyst.TableIdentifier
2928
import org.apache.spark.sql.catalyst.catalog.{CatalogStorageFormat, CatalogTable, CatalogTableType}
3029
import org.apache.spark.sql.execution.command.CreateTableCommand
3130
import org.apache.spark.sql.execution.datasources.{HadoopFsRelation, LogicalRelation}
3231
import org.apache.spark.sql.hive.HiveExternalCatalog._
33-
import org.apache.spark.sql.hive.client.HiveClient
3432
import org.apache.spark.sql.hive.test.TestHiveSingleton
3533
import org.apache.spark.sql.internal.SQLConf
3634
import org.apache.spark.sql.internal.StaticSQLConf._

0 commit comments

Comments
 (0)