asmello commented on a change in pull request #23882: [SPARK-26979][PYTHON] Add 
missing string column name support for some SQL functions
URL: https://github.com/apache/spark/pull/23882#discussion_r261973565
 
 

 ##########
 File path: python/pyspark/sql/functions.py
 ##########
 @@ -37,8 +37,8 @@
 from pyspark.sql.udf import UserDefinedFunction, _create_udf
 
 
-def _create_function(name, doc=""):
-    """ Create a function for aggregator by name"""
+def _create_name_function(name, doc=""):
+    """ Create a column-name-based function by name"""
 
 Review comment:
   I'll try to make this more clear...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to