cloud-fan commented on code in PR #48772:
URL: https://github.com/apache/spark/pull/48772#discussion_r1837928383


##########
sql/core/src/test/scala/org/apache/spark/sql/expressions/ExpressionInfoSuite.scala:
##########
@@ -288,12 +288,13 @@ class ExpressionInfoSuite extends SparkFunSuite with 
SharedSparkSession {
       candidateExprsToCheck.filter(superClass.isAssignableFrom).foreach { 
clazz =>
         val isEvalOverrode = clazz.getMethod("eval", classOf[InternalRow]) !=
           superClass.getMethod("eval", classOf[InternalRow])
-        val isNullIntolerantMixedIn = 
classOf[NullIntolerant].isAssignableFrom(clazz)
+        val isNullIntolerantMixedIn = clazz.getMethod("nullIntolerant") !=

Review Comment:
   does it mean `overrideNullIntolerant`?



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