eejbyfeldt commented on code in PR #37837: URL: https://github.com/apache/spark/pull/37837#discussion_r976268194
########## sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ObjectExpressionsSuite.scala: ########## @@ -423,7 +423,7 @@ class ObjectExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper { inputTypes = Nil, propagateNull = false, dataType = ObjectType(classOf[ScroogeLikeExample]), - outerPointer = Some(() => outerObj)) + outerPointer = None) Review Comment: @HyukjinKwon Does my comment make sense? Would be great if this could make into the 3.3 branch before 3.3.1-rc2. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org