Skip to content
New issue

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

Add a test for the pyarrow feature in CI #1635

Closed
alamb opened this issue Jan 21, 2022 · 0 comments · Fixed by #1711
Closed

Add a test for the pyarrow feature in CI #1635

alamb opened this issue Jan 21, 2022 · 0 comments · Fixed by #1711
Labels
datafusion Changes in the datafusion crate good first issue Good for newcomers

Comments

@alamb
Copy link
Contributor

alamb commented Jan 21, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant