Skip to content

deps: bump object_store to 0.14.0#10179

Open
kevinjqliu wants to merge 1 commit into
apache:mainfrom
kevinjqliu:kevinjqliu/codex-bump-object-store-0-14
Open

deps: bump object_store to 0.14.0#10179
kevinjqliu wants to merge 1 commit into
apache:mainfrom
kevinjqliu:kevinjqliu/codex-bump-object-store-0-14

Conversation

@kevinjqliu

@kevinjqliu kevinjqliu commented Jun 22, 2026

Copy link
Copy Markdown

Updates object_store to 0.14.0. Similar to #9612, no Arrow source changes are needed; the existing integration compiles and tests against the new release.

Validated with workspace/all-targets checks, parquet/arrow-avro all-features checks, and the parquet/avro object_store test suites.

@kevinjqliu kevinjqliu marked this pull request as ready for review June 22, 2026 16:04

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kevinjqliu -- this is a breaking change so I'll mark it as such and we'll wait for hte next major release

@alamb alamb added api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version labels Jun 22, 2026
@kevinjqliu

Copy link
Copy Markdown
Author

awesome thank you! I was looking into how to get this new object_store version into parquet[1] and datafusion. Looks like all roads lead to this repo 😄

[1]

object_store = { workspace = true, optional = true, features = ["tokio"] }

[2] https://github.com/apache/datafusion/blob/7ced0ac5fb549b908a77218bc68602ec82c4d0f0/Cargo.toml#L181-L185

@alamb

alamb commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Yes, unfortunately, it will take some time to roll out

@kevinjqliu

Copy link
Copy Markdown
Author

happy to help move it along in any ways! Ultimately i want it to be updated in delta-rs, and these are all pre-reqs 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade object_store to 0.14

2 participants