Skip to content

deps: fix object_store breakage for 0.13.2#9612

Merged
Dandandan merged 1 commit intoapache:mainfrom
mzabaluev:fix-object-store-dep
Mar 25, 2026
Merged

deps: fix object_store breakage for 0.13.2#9612
Dandandan merged 1 commit intoapache:mainfrom
mzabaluev:fix-object-store-dep

Conversation

@mzabaluev-flarion
Copy link
Contributor

Rationale for this change

The object_store crate release 0.13.2 breaks the build of parquet because it feature-gates the buffered module. I have filed apache/arrow-rs-object-store#677 about the breakage; meanwhile this fix is made in expectation that 0.13.2 will not be yanked and the feature gate will remain.

What changes are included in this PR?

Bump the version to 0.13.2 and requesting the "tokio" feature.

Are these changes tested?

The build should succeed in CI workflows.

Are there any user-facing changes?

No

The object_store crate release 0.13.2 breaks the build
of parquet because it feature-gates the `buffered` module.
Filed apache/arrow-rs-object-store#677
to track that, meanwhile provide a fix by bumping the version to 0.13.2
and requesting the "tokio" feature.
@mzabaluev-flarion mzabaluev-flarion changed the title deps: fix object_store breakage for 0.13.2 deps: fix object_store breakage for 0.13.2 Mar 24, 2026
@Dandandan Dandandan merged commit 398962e into apache:main Mar 25, 2026
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants