rdblue commented on code in PR #5544:
URL: https://github.com/apache/iceberg/pull/5544#discussion_r1676567998


##########
core/src/main/java/org/apache/iceberg/TableMetadataParser.java:
##########
@@ -274,10 +291,12 @@ public static TableMetadata read(FileIO io, String path) {
   }
 
   public static TableMetadata read(FileIO io, InputFile file) {
+    EncryptionManager encryption =
+        (io instanceof EncryptingFileIO) ? ((EncryptingFileIO) 
io).encryptionManager() : null;

Review Comment:
   There should be no need for most of the changes in this file after my 
recommendations on #7770.



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