Maxim Gekk created SPARK-34518:
----------------------------------

             Summary: Rename `AlterTableRecoverPartitionsCommand` to 
`RepairTableCommand`
                 Key: SPARK-34518
                 URL: https://issues.apache.org/jira/browse/SPARK-34518
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: Maxim Gekk


`AlterTableRecoverPartitionsCommand` is the execution node for the command 
`ALTER TABLE .. RECOVER PARTITIONS` which cannot drop/sync partitions. Since 
`ALTER TABLE .. RECOVER PARTITIONS` is a case of `MSCK REPAIR TABLE`, and 
`ALTER TABLE .. RECOVER PARTITIONS` does not support any options, it makes 
sense to rename `AlterTableRecoverPartitionsCommand` to `RepairTableCommand`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to