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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
While running the integration test in dev/, the docker build failed due to using of unstable feature:
To Reproduce
run ./dev/integration-tests.sh on master branch
Expected behavior
Integration test run as expected
The text was updated successfully, but these errors were encountered: