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



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala
##########
@@ -597,11 +597,13 @@ case class PartitionStatistics(numFiles: Int, totalSize: 
Long)
  * The syntax of this command is:
  * {{{
  *   ALTER TABLE table RECOVER PARTITIONS;
- *   MSCK REPAIR TABLE table;
+ *   MSCK REPAIR TABLE table [{ADD|DROP|SYNC} PARTITIONS];
  * }}}
  */
 case class AlterTableRecoverPartitionsCommand(

Review comment:
       Well, it means many additional changes including the doc changes at line 
594, `Recover Partitions in ALTER TABLE`. Why don't we do that renaming in 
another PR separately if you want?




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