zhengruifeng commented on code in PR #42671:
URL: https://github.com/apache/spark/pull/42671#discussion_r1305132855


##########
python/pyspark/sql/connect/functions.py:
##########
@@ -744,6 +744,9 @@ def pow(col1: Union["ColumnOrName", float], col2: 
Union["ColumnOrName", float])
 pow.__doc__ = pysparkfuncs.pow.__doc__
 
 
+power = pow

Review Comment:
   this alias is not exposed to end users at all, add here for consistency



-- 
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]

Reply via email to