jackye1995 commented on code in PR #6807: URL: https://github.com/apache/iceberg/pull/6807#discussion_r1106001997
########## spark/v3.3/spark-extensions/src/main/antlr/org.apache.spark.sql.catalyst.parser.extensions/IcebergSqlExtensions.g4: ########## @@ -76,6 +76,7 @@ statement | ALTER TABLE multipartIdentifier createReplaceBranchClause #createOrReplaceBranch | ALTER TABLE multipartIdentifier createReplaceTagClause #createOrReplaceTag | ALTER TABLE multipartIdentifier DROP BRANCH (IF EXISTS)? identifier #dropBranch + | ALTER TABLE multipartIdentifier DROP TAG (IF EXISTS)? identifier #dropTag Review Comment: I think we discussed this in https://github.com/apache/iceberg/pull/6637#discussion_r1083330167, and the conclusion was that it makes the logic a bit more consistent to have them separated. Let me know what you think! -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org