rdblue commented on code in PR #7569:
URL: https://github.com/apache/iceberg/pull/7569#discussion_r1209490755


##########
core/src/main/java/org/apache/iceberg/rest/requests/UpdateTableRequest.java:
##########
@@ -56,6 +66,10 @@ public List<MetadataUpdate> updates() {
     return updates != null ? updates : ImmutableList.of();
   }
 
+  public TableIdentifier identifier() {

Review Comment:
   I think the parser and tests for this class need to be updated for the new 
field. We should not drop the identifier when it is used in certain cases.



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