Error verifying wheels for ADBC Libraries 15
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### 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
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
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_
Contributor guide
Research direction
Start with arrow-adbc/dev/release/verify-release-candidate.sh and reproduce the failure using USE_CONDA=1 ./verify-release-candidate.sh 15 1 on the reported Ubuntu setup. Trace the pyarrow import during the wheel verification step and the undefined symbol in pyarrow/libarrow_python.so; done means the release-candidate wheel verification completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python
- Domain
- release, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100