raulcd commented on PR #44919:
URL: https://github.com/apache/arrow/pull/44919#issuecomment-2515160502
This already looks better than the previous PR where it failed to build
Arrow C++.
I have to investigate why the missing symbol though:
```
+ python -c '
import pyarrow
import pyarrow._hdfs
import pyarrow.csv
import pyarrow.dataset
import pyarrow.fs
import pyarrow.json
import pyarrow.orc
import pyarrow.parquet
'
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "/usr/local/lib/python3.9/site-packages/pyarrow/__init__.py", line
65, in <module>
import pyarrow.lib as _lib
ImportError:
/usr/local/lib/python3.9/site-packages/pyarrow/libarrow.so.1900: undefined
symbol: _ZN4absl12lts_2024072212log_internal9kCharNullE
```
--
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]