Skip to content

feat(encryption): [2/N] Add standard key metadata - #3948

Open
xanderbailey wants to merge 2 commits into
apache:mainfrom
xanderbailey:encryption-key-metadata
Open

feat(encryption): [2/N] Add standard key metadata#3948
xanderbailey wants to merge 2 commits into
apache:mainfrom
xanderbailey:encryption-key-metadata

Conversation

@xanderbailey

Copy link
Copy Markdown
Contributor

Python version of StandardKeyMetadata direct port of the logic added in https://github.com/apache/iceberg-rust/pull/2340/changes

Rationale for this change

Are these changes tested?

Are there any user-facing changes?

xanderbailey and others added 2 commits September 11, 2026 20:58
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

@kevinjqliu kevinjqliu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

i pushed a change to redact encryption_key in repr
6f6ceaa

Comment on lines +24 to +26
from pyiceberg.avro.decoder import new_decoder
from pyiceberg.avro.encoder import BinaryEncoder
from pyiceberg.avro.resolver import construct_reader, construct_writer

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW we want to rip out the current pyiceberg avro reader (which is written with cython) and replace with rust's avro reader. maybe this would be a good integration point 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants