Skip to content

Conversation

@cristekdatum
Copy link
Collaborator

@cristekdatum cristekdatum commented Aug 10, 2025

Based on the changes for #31 and the task #33 there are the new ExternalDecryptionConfiguration bindings

@github-actions
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@cristekdatum cristekdatum force-pushed the external_decryption_config_bindings branch from 9973358 to 53323b9 Compare August 10, 2025 16:51
@sofia-tekdatum
Copy link
Collaborator

It's very confusing to try to do this review with all the pending changes for the other 2 PRs. Please rebase properly and send out for review again showing only the diffs relevant to this PR. Thanks

@cristekdatum cristekdatum force-pushed the external_decryption_config_bindings branch 9 times, most recently from 518a9bb to 7e44f69 Compare August 12, 2025 22:43
@cristekdatum cristekdatum force-pushed the external_decryption_config_bindings branch from 7e44f69 to 24f7f2a Compare August 12, 2025 22:50
@cristekdatum cristekdatum marked this pull request as ready for review August 12, 2025 23:08
@cristekdatum cristekdatum force-pushed the external_decryption_config_bindings branch 4 times, most recently from f8e7554 to 6674986 Compare August 13, 2025 00:27
@cristekdatum cristekdatum force-pushed the external_decryption_config_bindings branch from 6674986 to 457af33 Compare August 13, 2025 00:33
Copy link
Collaborator

@sofia-tekdatum sofia-tekdatum left a comment

Choose a reason for hiding this comment

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

Thanks!

for cipher_name, inner_dict in value.items():
cipher_enum = cipher_from_name(cipher_name)
if not isinstance(inner_dict, dict):
raise TypeError(f"Inner value for cipher {cipher_name!r} must be a dict")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove the "!r"

@cristekdatum cristekdatum merged commit e5d3acc into dev_phase2 Aug 13, 2025
6 of 23 checks passed
@sofia-tekdatum sofia-tekdatum deleted the external_decryption_config_bindings branch September 20, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

3 participants