File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ import java.net.URI
2121
2222import org .scalatest .BeforeAndAfterAll
2323
24- import org .apache .spark .sql .{AnalysisException , SaveMode , SparkSession }
24+ import org .apache .spark .sql .{AnalysisException , SparkSession }
2525import org .apache .spark .sql .catalyst .catalog .CatalogTable
2626import org .apache .spark .sql .catalyst .plans .PlanTest
2727import org .apache .spark .sql .execution .command .{CreateTableCommand , DDLUtils }
28- import org .apache .spark .sql .execution .datasources .CreateTable
2928import org .apache .spark .sql .execution .metric .InputOutputMetricsHelper
3029import org .apache .spark .sql .hive .test .TestHive
3130import org .apache .spark .sql .internal .{HiveSerDe , SQLConf }
You can’t perform that action at this time.
0 commit comments