ingomueller-net opened a new issue, #9823:
URL: https://github.com/apache/arrow-datafusion/issues/9823
### Describe the bug
The substrait subpackage cannot be imported from any version >32.0.0 on PyPI.
### To Reproduce
```bash
pip install datafusion==33.0.0 && python -c "from datafusion import
substrait as ss"
```
produces this error
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"$USER/.venv/mlirdev/lib/python3.11/site-packages/datafusion/substrait.py",
line 19, in <module>
from ._internal import substrait
ImportError: cannot import name 'substrait' from 'datafusion._internal'
($USER/.venv/mlirdev/lib/python3.11/site-packages/datafusion/_internal.abi3.so)
```
The same is true for versions 34 and 35 but 32.0.0 works.
### Expected behavior
Import works and package is usable.
### Additional context
The exact wheel that is download in above command is
`datafusion-33.0.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl`.
--
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]