cloud-fan commented on code in PR #48772:
URL: https://github.com/apache/spark/pull/48772#discussion_r1833461238
##########
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:
Does this mean `propagateNull` and `nullIntolerant` are not exactly the
same? I'd like to figure this out now, instead of adding a new parameter to
`StaticInvoke` (not binary compatible) and then remove it later.
--
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]