manuzhang opened a new pull request, #4612: URL: https://github.com/apache/datafusion-comet/pull/4612
## Which issue does this PR close? Does not close an issue. This is an alternate upstream PR for #4605 because the original `apache:dependabot/cargo/native/main/opendal-0.57.0` branch could not be updated from this checkout. ## Rationale for this change PR #4605 bumps `opendal` to 0.57.0, but CI failed because `object_store_opendal` remained on 0.56.0. That left Comet with two incompatible OpenDAL `Operator` types in the HDFS/OpenDAL path. Aligning `object_store_opendal` with the bumped `opendal` version fixes the Rust type mismatch. ## What changes are included in this PR? - Bump `object_store_opendal` from 0.56.0 to 0.57.0. - Update `native/Cargo.lock` so `object_store_opendal` depends on `opendal 0.57.0`. ## How are these changes tested? - `cargo check -p datafusion-comet --features hdfs-opendal` - `cargo clippy --color=never --all-targets --workspace -- -D warnings` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
