Skip to content

Commit fd35a09

Browse files
authored
[branch-51] Update changelog for 51.0.0 RC2 (#18705)
## Which issue does this PR close? - part of #17558 (comment) ## Rationale for this change Per @xudong963 #17558 (comment) we have backported stuff into the 51 branch, so we also need to update the changelog ## 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 result ## Are these changes tested? By CI ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
1 parent 187c6b2 commit fd35a09

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

dev/changelog/51.0.0.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ under the License.
1919

2020
# Apache DataFusion 51.0.0 Changelog
2121

22-
This release consists of 533 commits from 128 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 537 commits from 129 contributors. See credits at the end of this changelog for more information.
2323

2424
See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgrading.html) for information on how to upgrade from previous versions.
2525

@@ -573,6 +573,10 @@ See the [upgrade guide](https://datafusion.apache.org/library-user-guide/upgradi
573573
- Add comments to Cargo.toml about workspace overrides [#18526](https://github.com/apache/datafusion/pull/18526) (alamb)
574574
- minor: Remove inconsistent comment [#18539](https://github.com/apache/datafusion/pull/18539) (2010YOUY01)
575575
- Refactor `log()` signature to use coercion API + fixes [#18519](https://github.com/apache/datafusion/pull/18519) (Jefffrey)
576+
- [branch-51] Update Changelog [#18592](https://github.com/apache/datafusion/pull/18592) (alamb)
577+
- [branch-51] bugfix: correct regression on TableType in into_view in DF51 [#18618](https://github.com/apache/datafusion/pull/18618) (timsaucer)
578+
- [branch-51]: Add timezone to date_trunc fast path (#18596) [#18629](https://github.com/apache/datafusion/pull/18629) (hareshkh)
579+
- [branch-51] bugfix: select_columns should validate column names [#18624](https://github.com/apache/datafusion/pull/18624) (timsaucer)
576580

577581
## Credits
578582

@@ -581,7 +585,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
581585
```
582586
88 dependabot[bot]
583587
49 Jeffrey Vo
584-
34 Andrew Lamb
588+
35 Andrew Lamb
585589
20 Yongting You
586590
19 Adrian Garcia Badaracco
587591
14 Blake Orth
@@ -599,10 +603,10 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
599603
8 Raz Luvaton
600604
7 Adam Gutglick
601605
7 Rohan Krishnaswamy
606+
7 Tim Saucer
602607
7 kosiew
603608
6 xudong.w
604609
5 Nuno Faria
605-
5 Tim Saucer
606610
4 Dhanush
607611
4 Samuele Resca
608612
4 Simon Vandel Sillesen
@@ -661,6 +665,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
661665
1 Gabriel
662666
1 Gene Bordegaray
663667
1 Georgi Krastev
668+
1 Haresh Khanna
664669
1 Heran Lin
665670
1 Hiroaki Yutani
666671
1 Ian Lai

0 commit comments

Comments
 (0)