Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19517#discussion_r145877442 --- 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 -- Nit: Please update all `row-based UDFs` to `row-at-a-time UDFs`
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org