Skip to content

Commit 33a32d4

Browse files
authored
[branch-48] Update CHANGELOG for latest 48.0.0 release (#16314)
* [branch-48] Update CHANGELOG for latest 48.0.0 release * prettier
1 parent b5dfdbe commit 33a32d4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dev/changelog/48.0.0.md

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

2020
# Apache DataFusion 48.0.0 Changelog
2121

22-
This release consists of 266 commits from 88 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 269 commits from 89 contributors. See credits at the end of this changelog for more information.
2323

2424
**Breaking changes:**
2525

@@ -94,6 +94,7 @@ This release consists of 266 commits from 88 contributors. See credits at the en
9494
- fix: metadata of join schema [#16221](https://github.com/apache/datafusion/pull/16221) (chenkovsky)
9595
- fix: add missing row count limits to TPC-H queries [#16230](https://github.com/apache/datafusion/pull/16230) (0ax1)
9696
- fix: NaN semantics in GROUP BY [#16256](https://github.com/apache/datafusion/pull/16256) (chenkovsky)
97+
- fix: [branch-48] Revert "Improve performance of constant aggregate window expression" [#16307](https://github.com/apache/datafusion/pull/16307) (andygrove)
9798

9899
**Documentation updates:**
99100

@@ -297,13 +298,15 @@ This release consists of 266 commits from 88 contributors. See credits at the en
297298
- Simplify FileSource / SchemaAdapterFactory API [#16214](https://github.com/apache/datafusion/pull/16214) (alamb)
298299
- Add dicts to aggregation fuzz testing [#16232](https://github.com/apache/datafusion/pull/16232) (blaginin)
299300
- chore(deps): bump sysinfo from 0.35.1 to 0.35.2 [#16247](https://github.com/apache/datafusion/pull/16247) (dependabot[bot])
301+
- Improve performance of constant aggregate window expression [#16234](https://github.com/apache/datafusion/pull/16234) (suibianwanwank)
300302
- Support compound identifier when parsing tuples [#16225](https://github.com/apache/datafusion/pull/16225) (hozan23)
301303
- Schema adapter helper [#16108](https://github.com/apache/datafusion/pull/16108) (kosiew)
302304
- Update tpch, clickbench, sort_tpch to mark failed queries [#16182](https://github.com/apache/datafusion/pull/16182) (ding-young)
303305
- Adjust slttest to pass without RUST_BACKTRACE enabled [#16251](https://github.com/apache/datafusion/pull/16251) (alamb)
304306
- Handle dicts for distinct count [#15871](https://github.com/apache/datafusion/pull/15871) (blaginin)
305307
- Add `--substrait-round-trip` option in sqllogictests [#16183](https://github.com/apache/datafusion/pull/16183) (gabotechs)
306308
- Minor: fix upgrade papercut `pub use PruningStatistics` [#16264](https://github.com/apache/datafusion/pull/16264) (alamb)
309+
- chore: update DF48 changelog [#16269](https://github.com/apache/datafusion/pull/16269) (xudong963)
307310

308311
## Credits
309312

@@ -312,7 +315,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
312315
```
313316
30 dependabot[bot]
314317
29 Andrew Lamb
315-
16 xudong.w
318+
17 xudong.w
316319
14 Adrian Garcia Badaracco
317320
10 Chen Chongchen
318321
8 Gabriel
@@ -327,13 +330,13 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
327330
4 Nuno Faria
328331
4 Yongting You
329332
4 logan-keede
333+
3 Andy Grove
330334
3 Christian
331335
3 Daniël Heres
332336
3 Liam Bao
333337
3 Phillip LeBlanc
334338
3 Piotr Findeisen
335339
3 ding-young
336-
2 Andy Grove
337340
2 Atahan Yorgancı
338341
2 Brayan Jules
339342
2 Georgi Krastev
@@ -396,6 +399,7 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
396399
1 irenjj
397400
1 jsai28
398401
1 m09526
402+
1 suibianwanwan
399403
1 the0ninjas
400404
1 wiedld
401405
```

0 commit comments

Comments
 (0)