rdblue commented on code in PR #7741:
URL: https://github.com/apache/iceberg/pull/7741#discussion_r1216999740
##########
core/src/main/java/org/apache/iceberg/rest/requests/UpdateTableRequest.java:
##########
@@ -45,6 +47,14 @@ public UpdateTableRequest(List<UpdateRequirement>
requirements, List<MetadataUpd
this.updates = updates;
}
+ public UpdateTableRequest(
Review Comment:
I commented in #7750, but I don't think this needs to be public. I'd also
not add a `forTable` method and instead pass the identifier in when creating
the builder.
--
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]