paleolimbot opened a new issue, #2311: URL: https://github.com/apache/arrow-adbc/issues/2311
### What happened? When verifying the release candidate for 15, I get an error when loading `pyarrow 18.0.0` during the wheel verification step. I'm on Ubuntu 22.04 and I ran `USE_CONDA=1 ./verify-release-candidate.sh 15 1` from `arrow-adbc/dev/release`. ``` + echo '=== () Testing wheels ===' === () Testing wheels === + test_packages + for component in ${COMPONENTS} + echo '=== Testing adbc_driver_bigquery ===' === Testing adbc_driver_bigquery === + python -c ' import adbc_driver_bigquery import adbc_driver_bigquery.dbapi ' Traceback (most recent call last): File "/tmp/arrow-adbc-15.azMyr/miniforge/envs/conda-wheel-3.9-x86_64/lib/python3.9/site-packages/adbc_driver_manager/dbapi.py", line 42, in <module> import pyarrow File "/tmp/arrow-adbc-15.azMyr/miniforge/envs/conda-wheel-3.9-x86_64/lib/python3.9/site-packages/pyarrow/__init__.py", line 65, in <module> import pyarrow.lib as _lib ImportError: /tmp/arrow-adbc-15.azMyr/miniforge/envs/conda-wheel-3.9-x86_64/lib/python3.9/site-packages/pyarrow/libarrow_python.so: undefined symbol: _ZN5arrow16Decimal32BuilderC1ERKSt10shared_ptrINS_8DataTypeEEPNS_10MemoryPoolEl ``` ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org