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


##########
api/src/main/java/org/apache/iceberg/Snapshot.java:
##########
@@ -195,4 +195,13 @@ default Long firstRowId() {
   default Long addedRows() {
     return null;
   }
+
+  /**
+   * ID of the encryption key used to encrypt this snapshot's manifest list.
+   *
+   * @return a string key ID
+   */
+  default String keyId() {

Review Comment:
   would it make sense to name this `encryptionKeyId` as `keyId` might not be 
immediately obvious that it relates to encryption when browsing/reading the code



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