MaxGekk commented on a change in pull request #31499:
URL: https://github.com/apache/spark/pull/31499#discussion_r576687827



##########
File path: docs/sql-ref-syntax-ddl-repair-table.md
##########
@@ -37,6 +37,13 @@ MSCK REPAIR TABLE table_identifier
 
     **Syntax:** `[ database_name. ] table_name`
 
+* **`[[ADD|DROP|SYNC] PARTITIONS]`**
+
+    * If the option is not specified, `MSCK REPAIR TABLE` adds partitions to 
the Hive external catalog only.

Review comment:
       I will remove `the option`, I found it in another command: 
http://spark.apache.org/docs/latest/sql-ref-syntax-aux-analyze-table.html
   ```
   If no analyze option is specified, ANALYZE TABLE collects ...
   ```
   but docs for other commands say `If specified, ...`




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to