You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ever reading and writing data file, iceberg use a module call EncryptionManager to encrypt/decrypt files.
As for Amoro's implementation for reading iceberg data file, is does not do the decryption, which lead to reading failed if the table has been encrypted.
Use case/motivation
As the description above, iceberg data file should be decrypted before reading
Describe the solution
After opening iceberg data file, use EncryptionManager to decrypt those file before reading.
Description
When ever reading and writing data file, iceberg use a module call
EncryptionManager
to encrypt/decrypt files.As for Amoro's implementation for reading iceberg data file, is does not do the decryption, which lead to reading failed if the table has been encrypted.
Use case/motivation
As the description above, iceberg data file should be decrypted before reading
Describe the solution
After opening iceberg data file, use
EncryptionManager
to decrypt those file before reading.Subtasks
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: