HyukjinKwon commented on a change in pull request #29188:
URL: https://github.com/apache/spark/pull/29188#discussion_r459243054



##########
File path: python/pyspark/sql/functions.py
##########
@@ -1196,6 +1196,8 @@ def to_date(col, format=None):
     By default, it follows casting rules to 
:class:`pyspark.sql.types.DateType` if the format
     is omitted. Equivalent to ``col.cast("date")``.
 
+    .. _datetime pattern: 
https://spark.apache.org/docs/latest/sql-ref-datetime-pattern.html

Review comment:
       This is needed because we're now creating each page for each API. For 
example, see 
https://hyukjin-spark.readthedocs.io/en/stable/reference/api/pyspark.sql.functions.to_date.html




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

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