imback82 commented on a change in pull request #31405:
URL: https://github.com/apache/spark/pull/31405#discussion_r567482140
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala
##########
@@ -636,7 +632,6 @@ case class AlterTableRecoverPartitionsCommand(
val catalog = spark.sessionState.catalog
val table = catalog.getTableRawMetadata(tableName)
val tableIdentWithDB = table.identifier.quotedString
- DDLUtils.verifyAlterTableType(catalog, table, isView = false)
Review comment:
This is safe to remove after #31403.
----------------------------------------------------------------
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]