Skip to content

Commit 05bca19

Browse files
committed
1 parent a617f94 commit 05bca19

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/DataFrameSelfJoinSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class DataFrameSelfJoinSuite extends QueryTest with SharedSparkSession {
221221
}
222222
}
223223

224-
test("SPARK-33536: Avoid changing dataset_id of LogicalPlan in join() " +
224+
test("SPARK-33071/SPARK-33536: Avoid changing dataset_id of LogicalPlan in join() " +
225225
"to not break DetectAmbiguousSelfJoin") {
226226
val emp1 = Seq[TestData](
227227
TestData(1, "sales"),

0 commit comments

Comments
 (0)