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


##########
core/src/main/java/org/apache/iceberg/rest/RESTSerializers.java:
##########
@@ -649,4 +663,40 @@ boolean isCaseSensitive() {
       return caseSensitive;
     }
   }
+
+  public static class RemoteSignRequestSerializer<T extends RemoteSignRequest>

Review Comment:
   these all should probably just be package-private and not 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]

Reply via email to