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


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -1022,6 +1065,15 @@ public Builder removeBranch(String branch) {
       return this;
     }
 
+    public Builder removeTag(String tag) {

Review Comment:
   Sounds good, I think I had this before, but went back to having it separate. 
But yes, the logic is basically the same  so we can have it in a common method. 



-- 
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: dev-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to