pitrou commented on PR #41872:
URL: https://github.com/apache/arrow/pull/41872#issuecomment-2288656773
Ok, judging by the Crossbow build failures above, it seems more symbols need
explicit exporting.
```
Traceback (most recent call last):
File "<string>", line 2, in <module>
File
"/Users/runner/work/crossbow/crossbow/test-env/lib/python3.10/site-packages/pyarrow/__init__.py",
line 65, in <module>
import pyarrow.lib as _lib
ImportError:
dlopen(/Users/runner/work/crossbow/crossbow/test-env/lib/python3.10/site-packages/pyarrow/lib.cpython-310-darwin.so,
0x0002): symbol not found in flat namespace
'__ZN5arrow7compute9IdenticalERKNS0_10ExpressionES3_'
```
```console
$ c++filt _ZN5arrow7compute9IdenticalERKNS0_10ExpressionES3_
arrow::compute::Identical(arrow::compute::Expression const&,
arrow::compute::Expression const&)
```
--
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]