Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/21435#discussion_r191042359
--- Diff: python/pyspark/sql/functions.py ---
@@ -2448,6 +2448,8 @@ def udf(f=None, returnType=StringType()):
@since(2.3)
def pandas_udf(f=None, returnType=None, functionType=None):
"""
+ .. note:: Experimental
+
--- End diff --
Trying to add the note under `versionchanged` ends up with everything on
one line and the note isn't highlighted like usual with Experimental, so I just
made it it's own note.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]