chore(deps): upgrade object_store to 0.14.1 - #7935
Merged
Merged
Conversation
Xuanwo
marked this pull request as ready for review
July 22, 2026 04:19
PsiACE
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
N/A.
Rationale for this change
object_store_opendalshould track theobject_store0.14 release. The new release adds implementation-specific extensions to its result types. DataFusion 54 still depends onobject_store0.13, so its example cannot compile once the adapter moves to 0.14.What changes are included in this PR?
object_storefrom 0.13.1 to 0.14.1.Validation:
cargo clippy --all-targets --all-features -- -D warningscargo test --all-featuresOPENDAL_TEST=memory cargo test behavior./scripts/workspace.py cargo fmt -- --checkAre there any user-facing changes?
Yes.
object_store_opendalnow implements theobject_store0.14 API, so downstream users must use a compatible 0.14 release. The DataFusion example is removed because DataFusion 54 usesobject_store0.13.AI Usage Statement
OpenAI Codex (GPT-5) was used to implement and validate this change.