raulcd opened a new issue, #51446: URL: https://github.com/apache/arrow/issues/51446
### Describe the bug, including details regarding any error messages, version, and platform. Some of our nightly CI jobs have started failing with: - [example-python-minimal-build-fedora-conda](https://github.com/ursacomputing/crossbow/actions/runs/35673960122/job/106576401751) - [example-python-minimal-build-ubuntu-venv](https://github.com/ursacomputing/crossbow/actions/runs/35673961153/job/106576404260) - [test-conda-python-3.12-pandas-latest-numpy-latest](https://github.com/ursacomputing/crossbow/actions/runs/35673958105/job/106576394268) - [test-conda-python-3.13-pandas-latest-numpy-2.1.3](https://github.com/ursacomputing/crossbow/actions/runs/35673961250/job/106576404621) - [test-conda-python-3.13-pandas-latest-numpy-latest](https://github.com/ursacomputing/crossbow/actions/runs/35673964080/job/106576410124) ``` ==================================== ERRORS ==================================== _ ERROR collecting root/venv/lib/python3.12/site-packages/pyarrow/tests/parquet/test_encryption.py _ root/venv/lib/python3.12/site-packages/pyarrow/tests/parquet/test_encryption.py:683: in <module> def recording_kms_factory(created_configs, client_class=InMemoryKmsClient): ^^^^^^^^^^^^^^^^^ E NameError: name 'InMemoryKmsClient' is not defined =========================== short test summary info ============================ ``` This seems related to: - https://github.com/apache/arrow/pull/51350 ### Component(s) Continuous Integration, Python -- 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]
