[ https://issues.apache.org/jira/browse/SPARK-39305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Max Gekk resolved SPARK-39305. ------------------------------ Fix Version/s: 3.4.0 Resolution: Fixed Issue resolved by pull request 36688 [https://github.com/apache/spark/pull/36688] > Implement the EQUAL_NULL function > --------------------------------- > > Key: SPARK-39305 > URL: https://issues.apache.org/jira/browse/SPARK-39305 > Project: Spark > Issue Type: New Feature > Components: SQL > Affects Versions: 3.4.0 > Reporter: Max Gekk > Assignee: Max Gekk > Priority: Major > Fix For: 3.4.0 > > > Add new function EQUAL_NULL. > *Returns TRUE:* > EQUAL_NULL( <null> , <null> ) > *Returns FALSE:* > EQUAL_NULL( <null> , <not_null> ) > EQUAL_NULL( <not_null> , <null> ) > *Otherwise:* > EQUAL_NULL(<expr1>, <expr2>) is equivalent to <expr1> = <expr2> -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org