Skip to content

deps: revert object_store to 0.13.2#4740

Merged
mbutrovich merged 2 commits into
apache:mainfrom
mbutrovich:fix_main
Jun 26, 2026
Merged

deps: revert object_store to 0.13.2#4740
mbutrovich merged 2 commits into
apache:mainfrom
mbutrovich:fix_main

Conversation

@mbutrovich

@mbutrovich mbutrovich commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

Dependabot #4737 bumped object_store to 0.14.0, but DataFusion 54.0.0 and object_store_opendal 0.57.0 both still pin the 0.13 line. That put two incompatible object_store versions in the graph, so datafusion::object_store types no longer unified with our direct 0.14 types, breaking core and the hdfs crate. The #4737 CI missed it because the hdfs and opendal paths are not in default-members and only build under --workspace. We cannot move to 0.14 until DataFusion does, so this reverts the bump.

What changes are included in this PR?

  • Revert workspace object_store to 0.13.2.
  • Revert the hdfs API change (0.14-only extensions fields).
  • cargo update

How are these changes tested?

Existing tests.

@mbutrovich mbutrovich changed the title chore: fix hdfs after object_store update. chore: fix hdfs after object_store update Jun 26, 2026
@mbutrovich mbutrovich changed the title chore: fix hdfs after object_store update deps: revert object_store bump and revert to 0.13.2 Jun 26, 2026
@mbutrovich mbutrovich changed the title deps: revert object_store bump and revert to 0.13.2 deps: revert object_store to 0.13.2 Jun 26, 2026
@mbutrovich mbutrovich merged commit 0e07612 into apache:main Jun 26, 2026
70 of 73 checks passed
@mbutrovich mbutrovich deleted the fix_main branch June 26, 2026 17:43
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.

2 participants