bersprockets commented on code in PR #36883:
URL: https://github.com/apache/spark/pull/36883#discussion_r901871005


##########
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:
   I resolved that Jira (and a few others) as a dup of SPARK-39520 
("ExpressionSetSuite test failure with Scala 2.13") since those failures are 
fixed by SPARK-39520's proposed fix.



-- 
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]

Reply via email to