HyukjinKwon commented on a change in pull request #23882:
[SPARK-26979][PySpark] Add missing column name support for some SQL functions
URL: https://github.com/apache/spark/pull/23882#discussion_r261913433
##########
File path: python/pyspark/sql/functions.py
##########
@@ -48,6 +48,17 @@ def _(col):
return _
+def _create_function(name, doc=""):
+ """ Create a column-based function by name"""
Review comment:
`Running ./dev/run-tests and testing manually.` doesn't look testing it.
Please test it manually at least.
----------------------------------------------------------------
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]