Skip to content

Commit 1284c37

Browse files
committed
Move v1 test to the common trait
1 parent 17d42ff commit 1284c37

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ trait AlterTableRenamePartitionSuiteBase extends command.AlterTableRenamePartiti
7272
assert(errMsg.contains("Partition already exists"))
7373
}
7474
}
75-
}
76-
77-
class AlterTableRenamePartitionSuite
78-
extends AlterTableRenamePartitionSuiteBase
79-
with CommandSuiteBase {
8075

8176
test("single part partition") {
8277
withNamespaceAndTable("ns", "tbl") { t =>
@@ -168,3 +163,7 @@ class AlterTableRenamePartitionSuite
168163
}
169164
}
170165
}
166+
167+
class AlterTableRenamePartitionSuite
168+
extends AlterTableRenamePartitionSuiteBase
169+
with CommandSuiteBase

0 commit comments

Comments
 (0)