apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
323 stars 64 forks source link

Substrait module missing from nightly builds causing downstream failures #543

Closed jdye64 closed 7 months ago

jdye64 commented 7 months ago

Describe the bug Now that the substrait module is not included by default there have been downstream consumers reporting that test failures are occurring for them. We adjust nightly and release CI builds to ensure that the substrait module is enabled. This is fine since the substrait module was really only causing problems with 3rd party applications using ADP more like a SDK anyway.

To Reproduce Steps to reproduce the behavior:

Expected behavior Substrait module be in nightly python wheels.

Additional context None