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
The V3 spec changes for encryption have merged in apache/iceberg#12162. apache/iceberg#12927 has also merged, containing the resultant changes to table metadata on the Java side among other things.
Encryption changes table metadata by adding a encryption-keys field with this schema. It also changes metadata by adding key-id as an optional field to entries of the snapshots list - see https://iceberg.apache.org/spec/#snapshots.
This issue follows up to #1550 with encryption-related changes.
The text was updated successfully, but these errors were encountered:
Feature Request / Improvement
The V3 spec changes for encryption have merged in apache/iceberg#12162. apache/iceberg#12927 has also merged, containing the resultant changes to table metadata on the Java side among other things.
Encryption changes table metadata by adding a
encryption-keys
field with this schema. It also changes metadata by addingkey-id
as an optional field to entries of thesnapshots
list - see https://iceberg.apache.org/spec/#snapshots.This issue follows up to #1550 with encryption-related changes.
The text was updated successfully, but these errors were encountered: