cloud-fan commented on code in PR #48772:
URL: https://github.com/apache/spark/pull/48772#discussion_r1831247865
##########
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:
This flag is the same as `propagateNull`?
BTW I kind of like the name `propagateNull` more as it's more
straightforward. But I'm not a native English speaker and I could be wrong. cc
@dtenedor @srielau
--
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]