gaborkaszab commented on code in PR #17438:
URL: https://github.com/apache/iceberg/pull/17438#discussion_r3689851182
##########
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 initially figured I just take care of the schema and structure changes and
deal with the rest on top later. Since the change in the adapter is minimal, I
covered it too as you suggested. Thanks, @anoopj !
--
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]