iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Extend V3 metadata read support with encryption changes

Open smaheshwar-pltr opened this issue 8 months ago • 1 comments

Feature Request / Improvement

The V3 spec changes for encryption have merged in https://github.com/apache/iceberg/pull/12162. https://github.com/apache/iceberg/pull/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 https://github.com/apache/iceberg-python/issues/1550 with encryption-related changes.

smaheshwar-pltr avatar May 06 '25 21:05 smaheshwar-pltr

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.

github-actions[bot] avatar Nov 12 '25 00:11 github-actions[bot]