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

Integration test build failure due to arrow-rs using unstable feature #596

Closed
yjshen opened this issue Jun 22, 2021 · 0 comments · Fixed by #597
Closed

Integration test build failure due to arrow-rs using unstable feature #596

yjshen opened this issue Jun 22, 2021 · 0 comments · Fixed by #597
Labels
bug Something isn't working

Comments

@yjshen
Copy link
Member

yjshen commented Jun 22, 2021

Describe the bug
While running the integration test in dev/, the docker build failed due to using of unstable feature:

#29 293.2 error[E0658]: use of unstable library feature 'partition_point': new API
#29 293.2   --> /usr/local/cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/arrow-4.3.0/src/compute/kernels/partition.rs:88:14
#29 293.2    |
#29 293.2 88 |             .partition_point(|idx| {
#29 293.2    |              ^^^^^^^^^^^^^^^
#29 293.2    |
#29 293.2    = note: see issue #73831 <https://github.com/rust-lang/rust/issues/73831> for more information

To Reproduce
run ./dev/integration-tests.sh on master branch

Expected behavior
Integration test run as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants