smaheshwar-pltr commented on code in PR #17404:
URL: https://github.com/apache/iceberg/pull/17404#discussion_r3670148374


##########
core/src/main/java/org/apache/iceberg/encryption/StandardEncryptionManager.java:
##########
@@ -237,6 +238,50 @@ private ByteBuffer newKey() {
     return ByteBuffer.wrap(newKey);
   }
 
+  /** The keys minted by a single {@link #mintManifestListKey} call, for the 
caller to persist. */
+  public static class MintedKeys {

Review Comment:
   do we need the verboseness in these classes btw? we don't have records 
available



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