Extend V3 metadata read support with encryption changes
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.
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.