We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d42ff commit 1284c37Copy full SHA for 1284c37
sql/core/src/test/scala/org/apache/spark/sql/execution/command/v1/AlterTableRenamePartitionSuite.scala
@@ -72,11 +72,6 @@ trait AlterTableRenamePartitionSuiteBase extends command.AlterTableRenamePartiti
72
assert(errMsg.contains("Partition already exists"))
73
}
74
75
-}
76
-
77
-class AlterTableRenamePartitionSuite
78
- extends AlterTableRenamePartitionSuiteBase
79
- with CommandSuiteBase {
80
81
test("single part partition") {
82
withNamespaceAndTable("ns", "tbl") { t =>
@@ -168,3 +163,7 @@ class AlterTableRenamePartitionSuite
168
163
169
164
170
165
166
+
167
+class AlterTableRenamePartitionSuite
+ extends AlterTableRenamePartitionSuiteBase
+ with CommandSuiteBase
0 commit comments