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


##########
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##########
@@ -113,6 +114,8 @@ public void accept(String file) {
   private MetricsReporter reporter = LoggingMetricsReporter.instance();
   private volatile Long snapshotId = null;
   private TableMetadata base;
+  // Encryption keys required by the manifest list written in the current 
commit attempt.
+  private ManifestListEncryptionResult manifestListEncryptionResult;

Review Comment:
   Done, same caveat as 
https://github.com/apache/iceberg/pull/17984#discussion_r3995581382 though in 
that it's now a bit less clear that it's both MLK + KEK IMHO



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