This is an automated email from the ASF dual-hosted git repository. xudong963 pushed a commit to branch branch-48 in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/branch-48 by this push: new 33a32d4382 [branch-48] Update CHANGELOG for latest 48.0.0 release (#16314) 33a32d4382 is described below commit 33a32d4382bee7e3c705d0f55d05c24a115a2f98 Author: Andrew Lamb <and...@nerdnetworks.org> AuthorDate: Sat Jun 7 01:55:50 2025 -0400 [branch-48] Update CHANGELOG for latest 48.0.0 release (#16314) * [branch-48] Update CHANGELOG for latest 48.0.0 release * prettier --- dev/changelog/48.0.0.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev/changelog/48.0.0.md b/dev/changelog/48.0.0.md index 95f9557181..42f128bcb7 100644 --- a/dev/changelog/48.0.0.md +++ b/dev/changelog/48.0.0.md @@ -19,7 +19,7 @@ under the License. # Apache DataFusion 48.0.0 Changelog -This release consists of 266 commits from 88 contributors. See credits at the end of this changelog for more information. +This release consists of 269 commits from 89 contributors. See credits at the end of this changelog for more information. **Breaking changes:** @@ -94,6 +94,7 @@ This release consists of 266 commits from 88 contributors. See credits at the en - fix: metadata of join schema [#16221](https://github.com/apache/datafusion/pull/16221) (chenkovsky) - fix: add missing row count limits to TPC-H queries [#16230](https://github.com/apache/datafusion/pull/16230) (0ax1) - fix: NaN semantics in GROUP BY [#16256](https://github.com/apache/datafusion/pull/16256) (chenkovsky) +- fix: [branch-48] Revert "Improve performance of constant aggregate window expression" [#16307](https://github.com/apache/datafusion/pull/16307) (andygrove) **Documentation updates:** @@ -297,6 +298,7 @@ This release consists of 266 commits from 88 contributors. See credits at the en - Simplify FileSource / SchemaAdapterFactory API [#16214](https://github.com/apache/datafusion/pull/16214) (alamb) - Add dicts to aggregation fuzz testing [#16232](https://github.com/apache/datafusion/pull/16232) (blaginin) - chore(deps): bump sysinfo from 0.35.1 to 0.35.2 [#16247](https://github.com/apache/datafusion/pull/16247) (dependabot[bot]) +- Improve performance of constant aggregate window expression [#16234](https://github.com/apache/datafusion/pull/16234) (suibianwanwank) - Support compound identifier when parsing tuples [#16225](https://github.com/apache/datafusion/pull/16225) (hozan23) - Schema adapter helper [#16108](https://github.com/apache/datafusion/pull/16108) (kosiew) - Update tpch, clickbench, sort_tpch to mark failed queries [#16182](https://github.com/apache/datafusion/pull/16182) (ding-young) @@ -304,6 +306,7 @@ This release consists of 266 commits from 88 contributors. See credits at the en - Handle dicts for distinct count [#15871](https://github.com/apache/datafusion/pull/15871) (blaginin) - Add `--substrait-round-trip` option in sqllogictests [#16183](https://github.com/apache/datafusion/pull/16183) (gabotechs) - Minor: fix upgrade papercut `pub use PruningStatistics` [#16264](https://github.com/apache/datafusion/pull/16264) (alamb) +- chore: update DF48 changelog [#16269](https://github.com/apache/datafusion/pull/16269) (xudong963) ## Credits @@ -312,7 +315,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co ``` 30 dependabot[bot] 29 Andrew Lamb - 16 xudong.w + 17 xudong.w 14 Adrian Garcia Badaracco 10 Chen Chongchen 8 Gabriel @@ -327,13 +330,13 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co 4 Nuno Faria 4 Yongting You 4 logan-keede + 3 Andy Grove 3 Christian 3 Daniël Heres 3 Liam Bao 3 Phillip LeBlanc 3 Piotr Findeisen 3 ding-young - 2 Andy Grove 2 Atahan Yorgancı 2 Brayan Jules 2 Georgi Krastev @@ -396,6 +399,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co 1 irenjj 1 jsai28 1 m09526 + 1 suibianwanwan 1 the0ninjas 1 wiedld ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org