Skip to content

chore: bump object_store to 0.14.1 - #10375

Merged
comphead merged 7 commits into
apache:mainfrom
comphead:chore
Aug 4, 2026
Merged

chore: bump object_store to 0.14.1#10375
comphead merged 7 commits into
apache:mainfrom
comphead:chore

Conversation

@comphead

@comphead comphead commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

The PR is meant to continue efforts started in #10156

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@comphead

Copy link
Copy Markdown
Contributor Author

depends on #10226

@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 Jul 20, 2026
Comment thread Cargo.lock

@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.

Makes sense to me -- this can go out with the next major release

@alamb

alamb commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

@alamb

alamb commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

See also this PR from @kevinjqliu for 0.14.0

@Jefffrey

Copy link
Copy Markdown
Contributor

would this bump also allow us to fix this?

# Waiting on an object_store release with quick-xml >=0.41.0.
# https://rustsec.org/advisories/RUSTSEC-2026-0194
# https://rustsec.org/advisories/RUSTSEC-2026-0195
run: cargo audit --ignore RUSTSEC-2026-0194 --ignore RUSTSEC-2026-0195

@kszucs

kszucs commented Jul 30, 2026

Copy link
Copy Markdown
Member

I need a more recent object_store version for apache/datafusion#23287 but parquet's pin prevents updating it, so I could use this change.

@comphead

comphead commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

I need a more recent object_store version for apache/datafusion#23287 but parquet's pin prevents updating it, so I could use this change.

FYI, In DF we track the update in apache/datafusion#23693

@kevinjqliu

kevinjqliu commented Aug 2, 2026

Copy link
Copy Markdown

Based on the CI failure

{"type":"terminate_with_failure","reason":{"description":"Crate source was found to be incompatible with Rust version '1.85.0' specified as MSRV in the Cargo manifest located at '/__w/arrow-rs/arrow-rs/arrow-integration-testing/Cargo.toml'"}}

Should we bump the MSRV?

rust-version = "1.85"

Looking at the last MSRV bump (#8429), we should follow https://github.com/apache/arrow-rs?tab=readme-ov-file#rust-version-compatibility-policy which says

The new MSRV if selected will be at least 6 months old.

that brings us to 1.93.1 (Released on: 12 February, 2026) https://releases.rs/docs/1.93.1/
or 1.92.0 (Released on: 11 December, 2025) https://releases.rs/docs/1.92.0/ if we want to be more conservative

@kevinjqliu

Copy link
Copy Markdown

would this bump also allow us to fix this?

yea looks like in 0.14.1, we're using quick-xml version = "0.41.0"
https://github.com/apache/arrow-rs-object-store/blob/v0.14.1/Cargo.toml#L56

@Jefffrey

Jefffrey commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

- name: Install cargo-audit
run: cargo install cargo-audit --locked
- name: Run audit check
# Waiting on an object_store release with quick-xml >=0.41.0.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice!

@alamb

alamb commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

I plan to merge this once CI passes

@alamb

alamb commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

I merged up from main to resolve a conflict
Screenshot 2026-08-04 at 12 59 13 PM

@comphead

comphead commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like CI queue is super slow and this is not only for Arrow rust

@kevinjqliu

Copy link
Copy Markdown

yea i noticed that for other apache repos too today

@comphead
comphead merged commit b9707e5 into apache:main Aug 4, 2026
43 checks passed
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

5 participants