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
21
21
22
22
import org .scalatest .BeforeAndAfterAll
23
23
24
- import org .apache .spark .sql .{AnalysisException , SaveMode , SparkSession }
24
+ import org .apache .spark .sql .{AnalysisException , SparkSession }
25
25
import org .apache .spark .sql .catalyst .catalog .CatalogTable
26
26
import org .apache .spark .sql .catalyst .plans .PlanTest
27
27
import org .apache .spark .sql .execution .command .{CreateTableCommand , DDLUtils }
28
- import org .apache .spark .sql .execution .datasources .CreateTable
29
28
import org .apache .spark .sql .execution .metric .InputOutputMetricsHelper
30
29
import org .apache .spark .sql .hive .test .TestHive
31
30
import org .apache .spark .sql .internal .{HiveSerDe , SQLConf }
You can’t perform that action at this time.
0 commit comments