You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Which issue does this PR close?
- part of apache#17558
## Rationale for this change
Per @xudong963 in
apache#18567 (comment),
we should update the changelog on `branch-51` to incorporate
- apache#18567
## What changes are included in this PR?
Ran
```shell
./dev/release/generate-changelog.py 50.3.0 branch-51 51.0.0 > dev/changelog/51.0.0.md
npx prettier@2.7.1 --write '{datafusion,datafusion-cli,datafusion-examples,dev,docs}/**/*.md' '!datafusion/CHANGELOG.md' README.md CONTRIBUTING.md
```
And checked in the results
## Are these changes tested?
By CI
## Are there any user-facing changes?
New changelog content
Copy file name to clipboardExpand all lines: dev/changelog/51.0.0.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
# Apache DataFusion 51.0.0 Changelog
21
21
22
-
This release consists of 531 commits from 128 contributors. See credits at the end of this changelog for more information.
22
+
This release consists of 533 commits from 128 contributors. See credits at the end of this changelog for more information.
23
23
24
24
See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgrading.html) for information on how to upgrade from previous versions.
25
25
@@ -126,7 +126,6 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
126
126
- feat: Add `reduction_factor` metric to `AggregateExec` for EXPLAIN ANALYZE [#18455](https://github.com/apache/datafusion/pull/18455) (petern48)
127
127
- feat: support named arguments for aggregate and window udfs [#18389](https://github.com/apache/datafusion/pull/18389) (bubulalabu)
128
128
- feat: Add selectivity metric to NestedLoopJoinExec for EXPLAIN ANALYZE [#18481](https://github.com/apache/datafusion/pull/18481) (petern48)
129
-
- feat: Enhance `array_slice` functionality to support `ListView` and `LargeListView` types [#18432](https://github.com/apache/datafusion/pull/18432) (Weijun-H)
130
129
131
130
**Fixed bugs:**
132
131
@@ -260,6 +259,8 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
260
259
- Fix instances of "the the" to be "the" in comments/docs [#18478](https://github.com/apache/datafusion/pull/18478) (corasaurus-hex)
261
260
- Update roadmap links for DataFusion Q1 2026 [#18495](https://github.com/apache/datafusion/pull/18495) (alamb)
262
261
- Add a SpillingPool to manage collections of spill files [#18207](https://github.com/apache/datafusion/pull/18207) (adriangb)
262
+
-[branch-51] Update version to 51.0.0, add Changelog [#18551](https://github.com/apache/datafusion/pull/18551) (alamb)
263
+
-[branch-51] Revert rewrite for coalesce, `nvl` and `nvl2` simplification [#18567](https://github.com/apache/datafusion/pull/18567) (alamb)
263
264
264
265
**Other:**
265
266
@@ -572,8 +573,6 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
572
573
- Add comments to Cargo.toml about workspace overrides [#18526](https://github.com/apache/datafusion/pull/18526) (alamb)
0 commit comments