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

    https://github.com/apache/spark/pull/20217#discussion_r160950622
  
    --- Diff: python/pyspark/sql/context.py ---
    @@ -578,6 +606,9 @@ def __init__(self, sqlContext):
         def register(self, name, f, returnType=StringType()):
             return self.sqlContext.registerFunction(name, f, returnType)
     
    +    def registerUDF(self, name, f):
    --- End diff --
    
    The examples in these docs are different. Thus, I prefer to keeping it 
untouched.


---

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

Reply via email to