amogh-jahagirdar commented on code in PR #6807:
URL: https://github.com/apache/iceberg/pull/6807#discussion_r1106353561


##########
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestBranchDDL.java:
##########
@@ -238,6 +238,28 @@ public void testDropBranchDoesNotExist() {
         () -> sql("ALTER TABLE %s DROP BRANCH %s", tableName, 
"nonExistingBranch"));
   }
 
+  @Test
+  public void testDropBranchFailesForTag() throws NoSuchTableException {

Review Comment:
   ```suggestion
     public void testDropBranchFailsForTag() throws NoSuchTableException {
   ```



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

Reply via email to