Skip to content

Commit 7d0752b

Browse files
committed
fix jira issue for dynamic partition overwrite per source test
1 parent 7dd2eab commit 7d0752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ class InsertSuite extends DataSourceTest with SharedSQLContext {
486486
}
487487
}
488488
}
489-
test("SPARK-20236: dynamic partition overwrite specified per source without catalog table") {
489+
test("SPARK-24860: dynamic partition overwrite specified per source without catalog table") {
490490
withTempPath { path =>
491491
Seq((1, 1, 1)).toDF("i", "part1", "part2")
492492
.write.partitionBy("part1", "part2")

0 commit comments

Comments
 (0)