File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
core/src/test/scala/org/apache/spark/sql/execution/command/v1
hive/src/test/scala/org/apache/spark/sql/hive/execution/command Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1818package org .apache .spark .sql .execution .command .v1
1919
2020import org .apache .spark .sql .catalyst .analysis .NoSuchPartitionsException
21- import org .apache .spark .sql .connector .catalog .CatalogManager
2221import org .apache .spark .sql .execution .command
23- import org .apache .spark .sql .test .SharedSparkSession
2422
2523trait AlterTableDropPartitionSuiteBase extends command.AlterTableDropPartitionSuiteBase {
2624 override protected val notFullPartitionSpecErr = " The following partitions not found in table"
Original file line number Diff line number Diff line change 1818package org .apache .spark .sql .hive .execution .command
1919
2020import org .apache .spark .sql .execution .command .v1
21- import org .apache .spark .sql .hive .test .TestHiveSingleton
2221
2322class AlterTableAddPartitionSuite
2423 extends v1.AlterTableAddPartitionSuiteBase
You can’t perform that action at this time.
0 commit comments