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


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -692,8 +697,10 @@ def try_divide(left: "ColumnOrName", right: 
"ColumnOrName") -> Column:
     ----------
     left : :class:`~pyspark.sql.Column` or column name
         dividend
+        A column that evaluates to a double or decimal.

Review Comment:
   Since there is no period at the previous description. Is it rendered like 
`dividend A column that evaluates to…` in the end?



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