dongjoon-hyun commented on code in PR #57185:
URL: https://github.com/apache/spark/pull/57185#discussion_r3582722601


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -25361,6 +26010,7 @@ def try_make_interval(
     ----------
     years : :class:`~pyspark.sql.Column` or column name, optional
         The number of years, positive or negative.
+        A column that evaluates to an integer.

Review Comment:
   Both `make_interval` and `try_make_interval` have the same symptoms.



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