Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dev/changelog/46.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading