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_r395427621
########## 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: +1, or we can forbid it if it's hard to document. I never used `p` before... ---------------------------------------------------------------- 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]
