WillAyd opened a new issue, #41871: URL: https://github.com/apache/arrow/issues/41871
### Describe the bug, including details regarding any error messages, version, and platform. I noticed when compiling the main Arrow library with -fvisibility=hidden you end up with two linker errors when trying to import pyarrow: ```python >>> import pyarrow as pa ImportError: /home/willayd/clones/arrow/python/pyarrow/libarrow_python.so: undefined symbol: _ZN5arrowlsERSoRKNS_10Decimal256E ``` The other error happens with Decimal128 Using `nm -CD pyarrow/libarrow_python.so | grep Decimal` helps map these undefined symbols back to `arrow::operator<<(std::ostream&, arrow::Decimal256 const&)` calls ### Component(s) C++, 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]
