Re: [I] Versions >32.0.0 on PyPI have broken substrait support [datafusion-python]

2024-05-31 Thread via GitHub
andygrove closed issue #646: Versions >32.0.0 on PyPI have broken substrait support URL: https://github.com/apache/datafusion-python/issues/646 -- 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 sp

Re: [I] Versions >32.0.0 on PyPI have broken substrait support [datafusion-python]

2024-05-24 Thread via GitHub
mbwhite commented on issue #646: URL: https://github.com/apache/datafusion-python/issues/646#issuecomment-2129449063 FYI _ tried the v38.0.0. from pypi-test and problem remains. Rebuilding the code locally and using the wheel created then works fine `maturin build --features substrait`

Re: [I] Versions >32.0.0 on PyPI have broken substrait support [datafusion-python]

2024-04-26 Thread via GitHub
alamb commented on issue #646: URL: https://github.com/apache/datafusion-python/issues/646#issuecomment-2079976147 Note I transferred this issue into the datafusion-python repo as I think we should begin triage there -- This is an automated message from the Apache Git Service. To respond

[I] Versions >32.0.0 on PyPI have broken substrait support [datafusion-python]

2024-04-26 Thread via GitHub
ingomueller-net opened a new issue, #646: URL: https://github.com/apache/datafusion-python/issues/646 ### 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