nastra commented on code in PR #7741:
URL: https://github.com/apache/iceberg/pull/7741#discussion_r1217694582


##########
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 updated the constructor to be non-public. I removed `forTable()` for now 
and I think we can handle the identifier inside the builder in the other PRs, 
since we don't actually need it here



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

Reply via email to