pfparsons commented on code in PR #48009:
URL: https://github.com/apache/arrow/pull/48009#discussion_r2507071403
##########
python/pyarrow/tests/parquet/test_encryption.py:
##########
@@ -588,8 +588,7 @@ def test_external_key_material_rotation(
double_wrapping=double_wrap_initial)
# initial master key version - see MockVersioningKmsClient docstring
- kms_connection_config = pe.KmsConnectionConfig(
- key_access_token="1", custom_kms_conf={"master_key_version": "1"})
Review Comment:
Sorry, just noticed that I left the (unused) custom_kms_conf dict in the
KmsConnectionConfig. This was from an earlier failed attempt to share a kms
master_key_version state across instances of a mock KmsClient.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]