Skip to content

Commit a471f33

Browse files
committed
Remove more unused imports.
1 parent fd60b4f commit a471f33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ import java.net.URI
2121

2222
import org.scalatest.BeforeAndAfterAll
2323

24-
import org.apache.spark.sql.{AnalysisException, SaveMode, SparkSession}
24+
import org.apache.spark.sql.{AnalysisException, SparkSession}
2525
import org.apache.spark.sql.catalyst.catalog.CatalogTable
2626
import org.apache.spark.sql.catalyst.plans.PlanTest
2727
import org.apache.spark.sql.execution.command.{CreateTableCommand, DDLUtils}
28-
import org.apache.spark.sql.execution.datasources.CreateTable
2928
import org.apache.spark.sql.execution.metric.InputOutputMetricsHelper
3029
import org.apache.spark.sql.hive.test.TestHive
3130
import org.apache.spark.sql.internal.{HiveSerDe, SQLConf}

0 commit comments

Comments
 (0)