HyukjinKwon commented on code in PR #39339:
URL: https://github.com/apache/spark/pull/39339#discussion_r1059826702
##########
python/pyspark/sql/connect/functions.py:
##########
@@ -551,6 +551,24 @@ def log(col: "ColumnOrName") -> Column:
return _invoke_function_over_columns("ln", col)
Review Comment:
(Python doesn't support overload so this function definition will simply be
overwritten and no-op)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]