rdblue commented on code in PR #7750:
URL: https://github.com/apache/iceberg/pull/7750#discussion_r1216976258
##########
core/src/main/java/org/apache/iceberg/rest/requests/UpdateTableRequest.java:
##########
@@ -78,12 +94,18 @@ public static Builder builderFor(TableMetadata base) {
return new Builder(base, false).requireTableUUID(base.uuid());
}
+ /**
+ * @deprecated will be removed in 1.4.0, use {@link
org.apache.iceberg.UpdateRequirement.Builder}
+ * instead.
+ */
+ @Deprecated
Review Comment:
I think the `builderFor` methods should also be deprecated.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]