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 7a759cc commit 5e2b828Copy full SHA for 5e2b828
sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
@@ -1723,7 +1723,7 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
1723
}
1724
1725
1726
- test("SPARK-?????: catalyst outer join optimization should not throw npe") {
+ test("SPARK-20359: catalyst outer join optimization should not throw npe") {
1727
val df1 = Seq("a", "b", "c").toDF("x")
1728
.withColumn("y", udf{ (x: String) => x.substring(0, 1) + "!" }.apply($"x"))
1729
val df2 = Seq("a", "b").toDF("x1")
0 commit comments