Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21435#discussion_r191038814
--- 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 --
Anywhere is fine IMHO if it looks making sense. Another option is things
like:
```
.. versionchanged:: 2.3
Arrow optimization added
.. note:: Experimental.
```
I just wanted to make sure this feature is experimental. If it's wrongly
designed, we should consider a behaviour change as the last resort.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]