We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyarrow
The pyarrow module is used in the python bindings
However, it isn't tested by CI anymore (after we moved the python bindings to their own repo):
So this test fails:
cargo test -p datafusion --features=pyarrow
We should add a CI check to ensure we can continue to compile datafusion with the pyarrow feature
Originally posted by @alamb in #1633 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
pyarrow
module is used in the python bindingsHowever, it isn't tested by CI anymore (after we moved the python bindings to their own repo):
So this test fails:
We should add a CI check to ensure we can continue to compile datafusion with the
pyarrow
featureOriginally posted by @alamb in #1633 (comment)
The text was updated successfully, but these errors were encountered: