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 a617f94 commit 05bca19Copy full SHA for 05bca19
sql/core/src/test/scala/org/apache/spark/sql/DataFrameSelfJoinSuite.scala
@@ -221,7 +221,7 @@ class DataFrameSelfJoinSuite extends QueryTest with SharedSparkSession {
221
}
222
223
224
- test("SPARK-33536: Avoid changing dataset_id of LogicalPlan in join() " +
+ test("SPARK-33071/SPARK-33536: Avoid changing dataset_id of LogicalPlan in join() " +
225
"to not break DetectAmbiguousSelfJoin") {
226
val emp1 = Seq[TestData](
227
TestData(1, "sales"),
0 commit comments