Skip to content

Commit 0d57d92

Browse files
committed
Revert "retest"
This reverts commit 509a680.
1 parent 509a680 commit 0d57d92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/sources/PartitionedWriteSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ class PartitionedWriteSuite extends QueryTest with SharedSparkSession {
159159
}
160160

161161
test("SPARK-31968: duplicate partition columns check") {
162-
// retest
163162
withTempPath { f =>
164163
val e = intercept[AnalysisException](
165164
Seq((3, 2)).toDF("a", "b").write.partitionBy("b", "b").csv(f.getAbsolutePath))

0 commit comments

Comments
 (0)