singhpk234 commented on code in PR #14876:
URL: https://github.com/apache/iceberg/pull/14876#discussion_r3254117252


##########
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:
   what happens when we call close ? is the delegateFileIO auto shut ? can we 
please add test as well.



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