smaheshwar-pltr commented on code in PR #14876:
URL: https://github.com/apache/iceberg/pull/14876#discussion_r3255358693
##########
api/src/main/java/org/apache/iceberg/encryption/EncryptingFileIO.java:
##########
@@ -238,4 +242,28 @@ public void deletePrefix(String prefix) {
prefixIo.deletePrefix(prefix);
}
}
+
+ static class WithDelegateFileIO extends EncryptingFileIO implements
DelegateFileIO {
Review Comment:
Yes, it is - see
https://github.com/apache/iceberg/pull/14876/commits/3caa726023b820ceb2d21e86528a3e6fb4343433
for test!
--
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]