pitrou commented on PR #39316:
URL: https://github.com/apache/arrow/pull/39316#issuecomment-1864854165
Ok, I'm testing this PR and I get:
```console
$ python -c "import pyarrow.parquet.encryption"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/antoine/arrow/dev/python/pyarrow/parquet/encryption.py", line
19, in <module>
from pyarrow._parquet_encryption import (CryptoFactory, # noqa
ImportError:
/home/antoine/arrow/dev/python/pyarrow/_parquet_encryption.cpython-310-x86_64-linux-gnu.so:
undefined symbol:
_ZN5arrow2py7parquet10encryption11PyKmsClientC1EP7_objectNS2_17PyKmsClientVtableE
```
--
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]