Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19517#discussion_r145878275
--- Diff: python/pyspark/sql/functions.py ---
@@ -2038,13 +2038,22 @@ def _wrap_function(sc, func, returnType):
sc.pythonVer, broadcast_vars,
sc._javaAccumulator)
+class PythonUdfType(object):
+ # row-based UDFs
--- End diff --
Sure, I'll update it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]