cloud-fan commented on a change in pull request #27956:
[SPARK-31189][SQL][DOCS] Fix errors and missing parts for datetime pattern
document
URL: https://github.com/apache/spark/pull/27956#discussion_r395105379
##########
File path: python/pyspark/sql/functions.py
##########
@@ -973,8 +973,9 @@ def date_format(date, format):
format given by the second argument.
A pattern could be for instance `dd.MM.yyyy` and could return a string
like '18.03.1993'. All
- pattern letters of the Java class `java.time.format.DateTimeFormatter` can
be used.
+ pattern letters of `datetime pattern`_. can be used.
+ .. _datetime pattern:
http://spark.apache.org/docs/latest/sql-ref-datetime-pattern.html
Review comment:
https?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]