panbingkun opened a new pull request, #41534: URL: https://github.com/apache/spark/pull/41534
### What changes were proposed in this pull request? Add following functions: - not: already exists on the Scala side, but is it still not on the Python side due to keyword conflicts? - if: new add on the scala side, however it conflicts with Python keywords `if` and cannot be added on the Python side? - ifnull - isnotnull - equal_null - nullif - nvl - nvl2 to: - Scala API - Python API - Spark Connect Scala Client - Spark Connect Python Client ### Why are the changes needed? for parity ### Does this PR introduce _any_ user-facing change? Yes, new functions. ### How was this patch tested? - Add New UT. -- 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]
