alamb opened a new issue #456: URL: https://github.com/apache/arrow-rs/issues/456
**Describe the bug** When I upgraded my project via `cargo update` and it picked up https://crates.io/crates/arrow/4.3.0 I got the following error: ``` Compiling tracker v0.1.0 (/Users/alamb/Software/influxdb_iox/tracker) error[E0658]: use of unstable library feature 'partition_point': new API --> /Users/alamb/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.3.0/src/compute/kernels/partition.rs:88:14 | 88 | .partition_point(|idx| { | ^^^^^^^^^^^^^^^ | = note: see issue #73831 <https://github.com/rust-lang/rust/issues/73831> for more information ``` I expect no compilation error -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
