From ec4862fa2d870fcab973fd1589ef99b6bf8d560f Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 3 Mar 2025 07:19:27 -0500 Subject: [PATCH] Add note about upgrade guide into the release notes (#14979) --- dev/changelog/46.0.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/changelog/46.0.0.md b/dev/changelog/46.0.0.md index 96b1e9ec5be0..3734161e032f 100644 --- a/dev/changelog/46.0.0.md +++ b/dev/changelog/46.0.0.md @@ -21,6 +21,10 @@ under the License. This release consists of 288 commits from 79 contributors. See credits at the end of this changelog for more information. +Please see the [Upgrade Guide] for help updating to DataFusion `46.0.0` + +[upgrade guide]: https://datafusion.apache.org/library-user-guide/upgrading.html#datafusion-46-0-0 + **Breaking changes:** - bug: Fix NULL handling in array_slice, introduce `NullHandling` enum to `Signature` [#14289](https://github.com/apache/datafusion/pull/14289) (jkosh44)