This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new a9dc1dcac1 chore: fix upgrade guide link for object_store release
notes (#21283)
a9dc1dcac1 is described below
commit a9dc1dcac15ebb748fc865e4d73af97b1e61c3be
Author: Huaijin <[email protected]>
AuthorDate: Wed Apr 1 00:10:27 2026 +0800
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
---
docs/source/library-user-guide/upgrading/53.0.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/library-user-guide/upgrading/53.0.0.md
b/docs/source/library-user-guide/upgrading/53.0.0.md
index ef5f5743f5..f616220778 100644
--- a/docs/source/library-user-guide/upgrading/53.0.0.md
+++ b/docs/source/library-user-guide/upgrading/53.0.0.md
@@ -37,7 +37,7 @@ these crates.
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.
[arrow 58.0.0 release notes]:
https://github.com/apache/arrow-rs/releases/tag/58.0.0
-[object_store 0.13.0 upgrade guide]:
https://github.com/apache/arrow-rs/releases/tag/58.0.0
+[object_store 0.13.0 upgrade guide]:
https://github.com/apache/arrow-rs-object-store/blob/v0.13.0/CHANGELOG.md
### `ExecutionPlan::properties` now returns `&Arc<PlanProperties>`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]