ggershinsky commented on code in PR #2639:
URL: https://github.com/apache/iceberg/pull/2639#discussion_r1161531467
##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -639,6 +672,16 @@ public DataWriteBuilder
withKeyMetadata(EncryptionKeyMetadata metadata) {
return this;
}
+ public DataWriteBuilder withFileEncryptionKey(ByteBuffer
fileEncryptionKey) {
+ appenderBuilder.withFileEncryptionKey(fileEncryptionKey);
+ return this;
+ }
+
+ public DataWriteBuilder withAadPrefix(ByteBuffer aadPrefix) {
Review Comment:
Sorry. Will run a case-sensitive search to update all methods.
--
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]