huaxingao commented on issue #26721: [SPARK-30085][SQL][DOC] Standardize partition spec in sql reference URL: https://github.com/apache/spark/pull/26721#issuecomment-560072601 @srowen @dilipbiswal I have the following changes: 1. use the same ```table_identifier``` syntax for all the commands that use ```table_identifier``` 2. use the same ```view_identifier``` syntax for all the commands that use ```view_identifier``` 3. use the same ```partition_spec``` syntax for all the commands that use ```partition_spec``` 4. some of the commands have a space in between of the braces and text. Some of them don't. I make it consistent to have a space 5. remove ; from the end of the sql syntax There may be other inconsistencies. If I find more later, I will open a separate PR to fix the problems.
---------------------------------------------------------------- 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]
