ggershinsky commented on code in PR #5544:
URL: https://github.com/apache/iceberg/pull/5544#discussion_r1718048825


##########
core/src/main/java/org/apache/iceberg/TableMetadata.java:
##########
@@ -512,6 +514,14 @@ public List<Snapshot> snapshots() {
     return snapshots;
   }
 
+  public void setKekCache(Map<String, KeyEncryptionKey> kekCache) {

Review Comment:
   I'll change this to `withKekCache`, making the implementation similar to 
[`withUUID`](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableMetadata.java#L554-L556)
 (via new Builder).



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to