Skip to content

Commit 5e2b828

Browse files
committed
add actual jira
1 parent 7a759cc commit 5e2b828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ class DataFrameSuite extends QueryTest with SharedSQLContext {
17231723
}
17241724
}
17251725

1726-
test("SPARK-?????: catalyst outer join optimization should not throw npe") {
1726+
test("SPARK-20359: catalyst outer join optimization should not throw npe") {
17271727
val df1 = Seq("a", "b", "c").toDF("x")
17281728
.withColumn("y", udf{ (x: String) => x.substring(0, 1) + "!" }.apply($"x"))
17291729
val df2 = Seq("a", "b").toDF("x1")

0 commit comments

Comments
 (0)