@@ -20,16 +20,14 @@ package org.apache.spark.sql.execution
2020import scala .collection .JavaConverters ._
2121
2222import org .apache .spark .internal .config .ConfigEntry
23- import org .apache .spark .sql .SaveMode
2423import org .apache .spark .sql .catalyst .TableIdentifier
2524import org .apache .spark .sql .catalyst .analysis .{AnalysisTest , UnresolvedAlias , UnresolvedAttribute , UnresolvedRelation , UnresolvedStar }
26- import org .apache .spark .sql .catalyst .catalog .{BucketSpec , CatalogStorageFormat , CatalogTable , CatalogTableType }
2725import org .apache .spark .sql .catalyst .expressions .{Ascending , AttributeReference , Concat , SortOrder }
2826import org .apache .spark .sql .catalyst .plans .logical ._
2927import org .apache .spark .sql .execution .command ._
30- import org .apache .spark .sql .execution .datasources .{CreateTable , CreateTempViewUsing , RefreshResource }
31- import org .apache .spark .sql .internal .{ HiveSerDe , StaticSQLConf }
32- import org .apache .spark .sql .types .{ IntegerType , LongType , StringType , StructType }
28+ import org .apache .spark .sql .execution .datasources .{CreateTempViewUsing , RefreshResource }
29+ import org .apache .spark .sql .internal .StaticSQLConf
30+ import org .apache .spark .sql .types .StringType
3331
3432/**
3533 * Parser test cases for rules defined in [[SparkSqlParser ]].
0 commit comments