Skip to content

Commit fd60b4f

Browse files
committed
Fix more imports.
1 parent 1558478 commit fd60b4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ import org.apache.spark.sql.catalyst.analysis.{AnalysisTest, Analyzer, CTESubsti
3030
import org.apache.spark.sql.catalyst.catalog.{BucketSpec, CatalogStorageFormat, CatalogTable, CatalogTableType, InMemoryCatalog, SessionCatalog}
3131
import org.apache.spark.sql.catalyst.expressions.{AttributeReference, EqualTo, Expression, InSubquery, IntegerLiteral, ListQuery, StringLiteral}
3232
import org.apache.spark.sql.catalyst.parser.{CatalystSqlParser, ParseException}
33-
import org.apache.spark.sql.catalyst.plans.logical.{AlterTable, Assignment, CreateTableAsSelect, CreateTableAsSelectStatement, CreateTableStatement, CreateV2Table, DeleteAction, DeleteFromTable, DescribeRelation, DropTable, InsertAction, InsertIntoStatement, LocalRelation, LogicalPlan, MergeIntoTable, OneRowRelation, Project, ShowTableProperties, SubqueryAlias, UpdateAction, UpdateTable}
33+
import org.apache.spark.sql.catalyst.plans.logical.{AlterTable, Assignment, CreateTableAsSelect, CreateTableStatement, CreateV2Table, DeleteAction, DeleteFromTable, DescribeRelation, DropTable, InsertAction, InsertIntoStatement, LocalRelation, LogicalPlan, MergeIntoTable, OneRowRelation, Project, ShowTableProperties, SubqueryAlias, UpdateAction, UpdateTable}
3434
import org.apache.spark.sql.connector.FakeV2Provider
3535
import org.apache.spark.sql.connector.catalog.{CatalogManager, CatalogNotFoundException, Identifier, Table, TableCapability, TableCatalog, TableChange, V1Table}
3636
import org.apache.spark.sql.connector.catalog.TableChange.{UpdateColumnComment, UpdateColumnType}
37-
import org.apache.spark.sql.connector.expressions.{FieldReference, IdentityTransform}
3837
import org.apache.spark.sql.execution.datasources.CreateTable
3938
import org.apache.spark.sql.execution.datasources.v2.DataSourceV2Relation
4039
import org.apache.spark.sql.internal.{HiveSerDe, SQLConf}

0 commit comments

Comments
 (0)