yaooqinn commented on code in PR #48772:
URL: https://github.com/apache/spark/pull/48772#discussion_r1833623457
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala:
##########
@@ -322,7 +322,8 @@ case class StaticInvoke(
propagateNull: Boolean = true,
returnNullable: Boolean = true,
isDeterministic: Boolean = true,
- scalarFunction: Option[ScalarFunction[_]] = None) extends InvokeLike {
+ scalarFunction: Option[ScalarFunction[_]] = None,
+ override val nullIntolerant: Boolean = false) extends InvokeLike {
Review Comment:
I didn't mean that, I mean propagateNull lacks of some optimizations applied
to the NullIntolerant trait
--
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]