johnclara opened a new issue #1928:
URL: https://github.com/apache/iceberg/issues/1928


   During loadMetadataTable in the BaseMetastoreCatalog, the loaded metadata 
table uses the data table's table operations instead of its own.
   
   This causes issues for the HistoryTable which will try to plan IO tasks for 
the metadata tables and then wrap it using the Data Table Operation's 
EncryptionManager. This will break since the EncryptionManager was not used for 
the metadata table io. This is related to 
https://github.com/apache/iceberg/issues/1908 
   
   
https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java#L121
   


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

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