anjakefala commented on PR #34616: URL: https://github.com/apache/arrow/pull/34616#issuecomment-1696159709
AFAIU, it seems as of commit https://github.com/apache/arrow/commit/7812921acbe5104eb1c74105389b9a70ead16d31 we are still getting run-time errors. From https://github.com/ursacomputing/crossbow/actions/runs/6003326499/job/16281542940 : ``` opt/conda/envs/arrow/lib/python3.10/site-packages/pyarrow/parquet/encryption.py:19: in <module> from pyarrow._parquet_encryption import (CryptoFactory, # noqa E ModuleNotFoundError: No module named 'pyarrow._parquet_encryption' ``` It is still failing to run with this configuration: ``` -- ARROW_DATASET=ON [default=OFF] -- Build the Arrow Dataset Modules -- ARROW_PARQUET=ON [default=OFF] -- Build the Parquet libraries -- PARQUET_REQUIRE_ENCRYPTION=OFF [default=OFF] -- Build support for encryption. Fail if OpenSSL is not found # Enable/disable optional PyArrow components export PYARROW_WITH_PARQUET=ON export PYARROW_WITH_DATASET=ON export PYARROW_WITH_PARQUET_ENCRYPTION=OFF ``` -- 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]
