anoopj commented on code in PR #17438:
URL: https://github.com/apache/iceberg/pull/17438#discussion_r3685752912


##########
core/src/main/java/org/apache/iceberg/DeletionVector.java:
##########
@@ -62,6 +69,9 @@ static Types.StructType schema() {
   /** Returns the number of set bits (deleted rows) in the vector. */
   long cardinality();
 
+  /** Returns encryption key metadata, or null if the file is not encrypted. */
+  ByteBuffer keyMetadata();

Review Comment:
   I think we need to update the adapter `TrackedDVDeleteFile` to return the 
key metadata? (right now it just hard returns `null`). 



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