dongjoon-hyun commented on a change in pull request #31499:
URL: https://github.com/apache/spark/pull/31499#discussion_r576303589



##########
File path: docs/sql-ref-syntax-ddl-repair-table.md
##########
@@ -26,7 +26,7 @@ license: |
 ### Syntax
 
 ```sql
-MSCK REPAIR TABLE table_identifier
+MSCK REPAIR TABLE table_identifier [[ADD|DROP|SYNC] PARTITIONS]

Review comment:
       This looks inconsistent from the implemented one. Do you want 
`[[ADD|DROP|SYNC] PARTITIONS]` -> `[(ADD|DROP|SYNC) PARTITIONS]` because we 
always need one of `ADD/DROP/SYNC`?




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