rdblue commented on code in PR #7750:
URL: https://github.com/apache/iceberg/pull/7750#discussion_r1227349300
##########
core/src/main/java/org/apache/iceberg/rest/RESTSerializers.java:
##########
@@ -110,6 +118,28 @@ public void serialize(
}
}
+ public static class UpdateReqDeserializer
Review Comment:
Maybe these classes should not be `public` so that we can change them? I
think the only way `RESTSerializers` is currently used is through the
`registerAll` method and that shouldn't require these to be 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]