xuanyuanking 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_r395419711
########## File path: docs/sql-ref-datetime-pattern.md ########## @@ -177,6 +191,12 @@ Spark uses the below letters in date and timestamp parsing and formatting: <td> offset-Z </td> <td> +0000; -0800; -08:00; </td> </tr> +<tr> + <td> <b>p</b> </td> + <td> pad next field with spaces </td> Review comment: Should we also add `Pad modifier` in the detail section if we decided to announce the support for `p`? ---------------------------------------------------------------- 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]
