Description
After migration on new resolution framework in SPARK-29900, view checks are not needed in the commands:
- AlterTableAddPartitionCommand
- AlterTableDropPartitionCommand
- AlterTableRenamePartitionCommand
- AlterTableRecoverPartitionsCommand
- AlterTableSerDePropertiesCommand
So, the checks DDLUtils.verifyAlterTableType can be removed from the v1 commands.