rdblue commented on code in PR #7750:
URL: https://github.com/apache/iceberg/pull/7750#discussion_r1216975587
##########
core/src/main/java/org/apache/iceberg/rest/requests/UpdateTableRequest.java:
##########
@@ -45,6 +49,14 @@ public UpdateTableRequest(List<UpdateRequirement>
requirements, List<MetadataUpd
this.updates = updates;
}
+ public UpdateTableRequest(
Review Comment:
This doesn't need to be public right? I think it was a mistake that the
other constructor was public.
--
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]