steven-aerts commented on code in PR #41712:
URL: https://github.com/apache/spark/pull/41712#discussion_r1240706217
##########
sql/core/src/test/scala/org/apache/spark/sql/JoinSuite.scala:
##########
@@ -1685,4 +1685,24 @@ class JoinSuite extends QueryTest with
SharedSparkSession with AdaptiveSparkPlan
checkAnswer(sql(query), expected)
}
}
+
+ test("SPARK-44132: FULL OUTER JOIN by streamed column name fails with NPE") {
Review Comment:
@bersprockets absolutely.
I also have a [unit test lying around](#41688 ) to validate it, but it feels
superfluous to add that one too. Let me know if you would prefer that I also
add/submit it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]