raulcd opened a new issue, #34641:
URL: https://github.com/apache/arrow/issues/34641
### Describe the bug, including details regarding any error messages,
version, and platform.
The minimal python examples are currently failing on the nightly builds due
to the following failure:
```
===========================================================================
ERRORS
============================================================================
________________________________________________________ ERROR collecting
pyarrow/tests/test_acero.py
_________________________________________________________
ImportError while importing test module
'/arrow/python/pyarrow/tests/test_acero.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/miniconda-for-arrow/envs/pyarrow-3.10/lib/python3.10/importlib/__init__.py:126:
in import_module
return _bootstrap._gcd_import(name[level:], package, level)
pyarrow/tests/test_acero.py:23: in <module>
import pyarrow.dataset as ds
pyarrow/dataset.py:23: in <module>
from pyarrow._dataset import ( # noqa
E ImportError: libarrow_dataset.so.1200: cannot open shared object file:
No such file or directory
```
The minimal python examples are built without dataset and I suppose
`test_acero.py` is not properly marked to require dataset.
Example of builds failures:
[example-python-minimal-build-fedora-conda](https://github.com/ursacomputing/crossbow/actions/runs/4463508459/jobs/7838798598)
[example-python-minimal-build-ubuntu-venv](https://github.com/ursacomputing/crossbow/actions/runs/4463505231/jobs/7838792255)
I have reproduced locally with:
```
$ cd arrow/python/examples/minimal_build
$ docker-compose run --rm minimal-fedora-conda
```
### Component(s)
Continuous Integration, 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]