Skip to content

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

@yjshen

Description

@yjshen

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.com-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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions