Skip to content

Commit a9dc1dc

Browse files
authored
chore: fix upgrade guide link for object_store release notes (#21283)
fix object_store release notes link in datafusion 53 upgrade guide find this when i try upgrade datafusion to 53
1 parent 19eb849 commit a9dc1dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/source/library-user-guide/upgrading

docs/source/library-user-guide/upgrading/53.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ these crates.
3737
See the [Arrow 58.0.0 release notes] and the [object_store 0.13.0 upgrade guide] for details on breaking changes in those versions.
3838

3939
[arrow 58.0.0 release notes]: https://github.com/apache/arrow-rs/releases/tag/58.0.0
40-
[object_store 0.13.0 upgrade guide]: https://github.com/apache/arrow-rs/releases/tag/58.0.0
40+
[object_store 0.13.0 upgrade guide]: https://github.com/apache/arrow-rs-object-store/blob/v0.13.0/CHANGELOG.md
4141

4242
### `ExecutionPlan::properties` now returns `&Arc<PlanProperties>`
4343

0 commit comments

Comments
 (0)