beliefer commented on code in PR #41534:
URL: https://github.com/apache/spark/pull/41534#discussion_r1225067217


##########
python/pyspark/sql/functions.py:
##########
@@ -11157,6 +11157,142 @@ def udf(
         return _create_py_udf(f=f, returnType=returnType, useArrow=useArrow)
 
 
+# ---------------  Conditional functions ------------------------
+

Review Comment:
   I encountered the same like problem. I want add the `any` API to Pyspark, 
but it is a Python keywords too.
   Personally, I use the name `py_replaceable_any` instead. How about `_if` or 
`py_replaceable_if` ? cc @HyukjinKwon @zhengruifeng 



-- 
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]

Reply via email to