Skip to content

chore: Test update object store to 0.14.0#23005

Draft
alamb wants to merge 2 commits into
apache:mainfrom
alamb:alamb/update_object_store_0.14.0
Draft

chore: Test update object store to 0.14.0#23005
alamb wants to merge 2 commits into
apache:mainfrom
alamb:alamb/update_object_store_0.14.0

Conversation

@alamb

@alamb alamb commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

I want to test the changes made to object store with some downstream crates

What changes are included in this PR?

Update to latest object store

Are these changes tested?

By existing tests

Are there any user-facing changes?

@github-actions

Copy link
Copy Markdown

Thank you for opening this pull request!

Reviewer note: cargo-semver-checks reported the current version number is not SemVer-compatible with the changes in this pull request (compared against the base branch).

Details
     Cloning apache/main
error: running 'cargo update' on crate 'datafusion' failed with output:
-----
    Updating crates.io index
error: failed to select a version for the requirement `object_store = "^0.14.0"`
candidate versions found which didn't match: 0.13.2, 0.13.1, 0.13.0, ...
location searched: crates.io index
required by package `datafusion v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/core)`
    ... which satisfies path dependency `datafusion` of package `placeholder v0.0.0 (/home/runner/work/datafusion/datafusion/target/semver-checks/local-datafusion-54_0_0-x86_64_unknown_linux_gnu-b870d5604f72f9ae)`

-----
error: failed to update dependencies for crate datafusion v54.0.0
note: this is unlikely to be a bug in cargo-semver-checks,
      and is probably an issue with the crate's Cargo.toml
note: the following command can be used to reproduce the compilation error:
      cargo new --lib example &&
          cd example &&
          echo '[workspace]' >> Cargo.toml &&
          cargo add --path /home/runner/work/datafusion/datafusion/datafusion/core --features array_expressions,avro,backtrace,bzip2,compression,crypto_expressions,datafusion-datasource-avro,datafusion-datasource-parquet,datafusion-functions-nested,datafusion-sql,datetime_expressions,default,encoding_expressions,extended_tests,flate2,force_hash_collisions,liblzma,math_expressions,nested_expressions,parquet,parquet_encryption,recursive_protection,regex_expressions,serde,sql,sqlparser,string_expressions,unicode_expressions,zstd &&
          cargo update

error: aborting due to failure to run 'cargo update' for crate datafusion v54.0.0

@github-actions github-actions Bot added the auto detected api change Auto detected API change label Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto detected api change Auto detected API change core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant