Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20348#discussion_r162856477
--- Diff: python/pyspark/sql/udf.py ---
@@ -200,7 +200,7 @@ def __init__(self, sparkSession):
@since("1.3.1")
def register(self, name, f, returnType=None):
"""Registers a Python function (including lambda function) or a
user-defined function
--- End diff --
`Register` instead of `Registers` to be consistent with other descriptions?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]