HyukjinKwon commented on code in PR #36883:
URL: https://github.com/apache/spark/pull/36883#discussion_r901194969
##########
sql/core/src/test/scala/org/apache/spark/sql/GeneratorFunctionSuite.scala:
##########
@@ -389,6 +389,31 @@ class GeneratorFunctionSuite extends QueryTest with
SharedSparkSession {
Row(0, 1) :: Row(3, 4) :: Row(6, 7) :: Row(null, null) :: Row(null,
null) :: Nil)
}
}
+
+ test("SPARK-39061: inline should handle null struct") {
Review Comment:
Seems like this fails in Scala 2.13 for some reasons. I filed a JIRA at
https://issues.apache.org/jira/browse/SPARK-39524
--
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]