zero323 commented on code in PR #37521:
URL: https://github.com/apache/spark/pull/37521#discussion_r946537626


##########
python/pyspark/sql/column.py:
##########
@@ -934,8 +1064,25 @@ def between(
 
         .. versionadded:: 1.3.0
 
+        Parameters
+        ----------
+        lowerBound : :class:`Column` or :class:`LiteralType`

Review Comment:
   I think it is better to avoid referencing typing aliases in the docs.



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