Skip to content

Commit

Permalink
Update descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshin committed Oct 20, 2017
1 parent dda2131 commit 59d61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@ def _wrap_function(sc, func, returnType):


class PythonUdfType(object):
# row-row-at-a-time UDFs
# row-at-a-time UDFs
NORMAL_UDF = 0
# scalar vectorized UDFs
PANDAS_UDF = 1
Expand Down

0 comments on commit 59d61a4

Please sign in to comment.