You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dilipbiswal <gi...@git.apache.org> on 2018/08/14 20:17:18 UTC

[GitHub] spark pull request #22100: [SPARK-25105][PySpark] [SQL]Include PandasUDFType...

Github user dilipbiswal commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22100#discussion_r210089160
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -2927,7 +2927,7 @@ def pandas_udf(f=None, returnType=None, functionType=None):
     __all__ = [k for k, v in globals().items()
                if not k.startswith('_') and k[0].islower() and callable(v) and k not in blacklist]
     __all__.sort()
    -
    +__all__ += ["PandasUDFType"]
    --- End diff --
    
    @kevinyu98 should this be before the sort() ?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org