HyukjinKwon commented on code in PR #57359:
URL: https://github.com/apache/spark/pull/57359#discussion_r3611606921


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -17344,7 +17718,7 @@ def to_varchar(col: "ColumnOrName", format: 
"ColumnOrName") -> Column:
     'PR': Only allowed at the end of the format string; specifies that the 
result string
     will be wrapped by angle brackets if the input value is negative.
     If `col` is a datetime, `format` shall be a valid datetime pattern, see
-    <a 
href="https://spark.apache.org/docs/latest/sql-ref-datetime-pattern.html";>Patterns</a>.
+    https://spark.apache.org/docs/latest/sql-ref-datetime-pattern.html.

Review Comment:
   Can we probably markdown as a hyperlink instead of a plain text



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