rdblue commented on code in PR #7569:
URL: https://github.com/apache/iceberg/pull/7569#discussion_r1209488906
##########
core/src/main/java/org/apache/iceberg/rest/requests/UpdateTableRequest.java:
##########
@@ -95,6 +110,12 @@ public Builder(TableMetadata base, boolean isReplace) {
this.isReplace = isReplace;
}
+ public Builder withIdentifier(TableIdentifier ident) {
Review Comment:
How about `forTable` or something that signals that this is a way to
identify the table to change?
--
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]