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


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

Review Comment:
   oh, I just find that `LiteralType`/`DateTimeLiteral`/`DecimalLiteral` are 
typing aliases. Do you mean that we need use origin type here?



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