apache / datafusion-python

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

ci: add substrait feature to linux builds #720

Closed Michael-J-Ward closed 4 weeks ago

Michael-J-Ward commented 1 month ago

Which issue does this PR close?

Closes #646.

Rationale for this change

These build steps were setting --features protoc, which I think was over-riding the features = ["substrait"] in pyproject.toml

Are there any user-facing changes?

There should not be.