You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/13 02:11:26 UTC

[GitHub] [iceberg] johnclara opened a new issue #1928: BaseMetastoreCatalog's Base Metadata Tables use Data Table's Operations and EncryptionManager

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org