@@ -30,11 +30,10 @@ import org.apache.spark.sql.catalyst.analysis.{AnalysisTest, Analyzer, CTESubsti
3030import org .apache .spark .sql .catalyst .catalog .{BucketSpec , CatalogStorageFormat , CatalogTable , CatalogTableType , InMemoryCatalog , SessionCatalog }
3131import org .apache .spark .sql .catalyst .expressions .{AttributeReference , EqualTo , Expression , InSubquery , IntegerLiteral , ListQuery , StringLiteral }
3232import 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 }
3434import org .apache .spark .sql .connector .FakeV2Provider
3535import org .apache .spark .sql .connector .catalog .{CatalogManager , CatalogNotFoundException , Identifier , Table , TableCapability , TableCatalog , TableChange , V1Table }
3636import org .apache .spark .sql .connector .catalog .TableChange .{UpdateColumnComment , UpdateColumnType }
37- import org .apache .spark .sql .connector .expressions .{FieldReference , IdentityTransform }
3837import org .apache .spark .sql .execution .datasources .CreateTable
3938import org .apache .spark .sql .execution .datasources .v2 .DataSourceV2Relation
4039import org .apache .spark .sql .internal .{HiveSerDe , SQLConf }
0 commit comments