Skip to content

Commit 85f6621

Browse files
authored
Chore: update DF48 changelog (#16269)
1 parent 2a7f64a commit 85f6621

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

dev/changelog/48.0.0.md

Lines changed: 28 additions & 12 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 253 commits from 88 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 267 commits from 89 contributors. See credits at the end of this changelog for more information.
2323

2424
**Breaking changes:**
2525

@@ -64,6 +64,9 @@ This release consists of 253 commits from 88 contributors. See credits at the en
6464
- feat: array_length for fixed size list [#16167](https://github.com/apache/datafusion/pull/16167) (chenkovsky)
6565
- feat: ADD sha2 spark function [#16168](https://github.com/apache/datafusion/pull/16168) (getChan)
6666
- feat: create builder for disk manager [#16191](https://github.com/apache/datafusion/pull/16191) (jdrouet)
67+
- feat: Add Aggregate UDF to FFI crate [#14775](https://github.com/apache/datafusion/pull/14775) (timsaucer)
68+
- feat(small): Add `BaselineMetrics` to `generate_series()` table function [#16255](https://github.com/apache/datafusion/pull/16255) (2010YOUY01)
69+
- feat: Add Window UDFs to FFI Crate [#16261](https://github.com/apache/datafusion/pull/16261) (timsaucer)
6770

6871
**Fixed bugs:**
6972

@@ -90,6 +93,7 @@ This release consists of 253 commits from 88 contributors. See credits at the en
9093
- fix: Remove trailing whitespace in `Display` for `LogicalPlan::Projection` [#16164](https://github.com/apache/datafusion/pull/16164) (atahanyorganci)
9194
- fix: metadata of join schema [#16221](https://github.com/apache/datafusion/pull/16221) (chenkovsky)
9295
- fix: add missing row count limits to TPC-H queries [#16230](https://github.com/apache/datafusion/pull/16230) (0ax1)
96+
- fix: NaN semantics in GROUP BY [#16256](https://github.com/apache/datafusion/pull/16256) (chenkovsky)
9397

9498
**Documentation updates:**
9599

@@ -126,6 +130,7 @@ This release consists of 253 commits from 88 contributors. See credits at the en
126130
- Clarify documentation about gathering statistics for parquet files [#16157](https://github.com/apache/datafusion/pull/16157) (alamb)
127131
- Add change to VARCHAR in the upgrade guide [#16216](https://github.com/apache/datafusion/pull/16216) (alamb)
128132
- Add iceberg-rust to user list [#16246](https://github.com/apache/datafusion/pull/16246) (jonathanc-n)
133+
- Prepare for 48.0.0 release: Version and Changelog [#16238](https://github.com/apache/datafusion/pull/16238) (xudong963)
129134

130135
**Other:**
131136

@@ -290,37 +295,48 @@ This release consists of 253 commits from 88 contributors. See credits at the en
290295
- Remove use of deprecated dict_ordered in datafusion-proto (#16218) [#16220](https://github.com/apache/datafusion/pull/16220) (cj-zhukov)
291296
- Minor: Print cargo command in bench script [#16236](https://github.com/apache/datafusion/pull/16236) (2010YOUY01)
292297
- Simplify FileSource / SchemaAdapterFactory API [#16214](https://github.com/apache/datafusion/pull/16214) (alamb)
298+
- Add dicts to aggregation fuzz testing [#16232](https://github.com/apache/datafusion/pull/16232) (blaginin)
299+
- chore(deps): bump sysinfo from 0.35.1 to 0.35.2 [#16247](https://github.com/apache/datafusion/pull/16247) (dependabot[bot])
300+
- Improve performance of constant aggregate window expression [#16234](https://github.com/apache/datafusion/pull/16234) (suibianwanwank)
301+
- Support compound identifier when parsing tuples [#16225](https://github.com/apache/datafusion/pull/16225) (hozan23)
302+
- Schema adapter helper [#16108](https://github.com/apache/datafusion/pull/16108) (kosiew)
303+
- Update tpch, clickbench, sort_tpch to mark failed queries [#16182](https://github.com/apache/datafusion/pull/16182) (ding-young)
304+
- Adjust slttest to pass without RUST_BACKTRACE enabled [#16251](https://github.com/apache/datafusion/pull/16251) (alamb)
305+
- Handle dicts for distinct count [#15871](https://github.com/apache/datafusion/pull/15871) (blaginin)
306+
- Add `--substrait-round-trip` option in sqllogictests [#16183](https://github.com/apache/datafusion/pull/16183) (gabotechs)
307+
- Minor: fix upgrade papercut `pub use PruningStatistics` [#16264](https://github.com/apache/datafusion/pull/16264) (alamb)
293308

294309
## Credits
295310

296311
Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.
297312

298313
```
299-
29 dependabot[bot]
300-
27 Andrew Lamb
301-
15 xudong.w
314+
30 dependabot[bot]
315+
29 Andrew Lamb
316+
16 xudong.w
302317
14 Adrian Garcia Badaracco
303-
9 Chen Chongchen
318+
10 Chen Chongchen
319+
8 Gabriel
304320
8 Oleks V
305-
7 Gabriel
306321
7 miro
307322
6 Tommy shu
308323
6 kamille
309324
5 Lokesh
325+
5 Tim Saucer
326+
4 Dmitrii Blaginin
310327
4 Jay Zhan
311328
4 Nuno Faria
329+
4 Yongting You
312330
4 logan-keede
313331
3 Christian
314332
3 Daniël Heres
315333
3 Liam Bao
316334
3 Phillip LeBlanc
317335
3 Piotr Findeisen
318-
3 Tim Saucer
319-
3 Yongting You
336+
3 ding-young
320337
2 Andy Grove
321338
2 Atahan Yorgancı
322339
2 Brayan Jules
323-
2 Dmitrii Blaginin
324340
2 Georgi Krastev
325341
2 Jax Liu
326342
2 Jérémie Drouet
@@ -333,8 +349,8 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
333349
2 aditya singh rathore
334350
2 ake
335351
2 cht42
336-
2 ding-young
337352
2 gstvg
353+
2 kosiew
338354
2 niebayes
339355
2 张林伟
340356
1 Ahmed Mezghani
@@ -377,13 +393,13 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
377393
1 chen quan
378394
1 delamarch3
379395
1 discord9
396+
1 hozan23
380397
1 irenjj
381398
1 jsai28
382-
1 kosiew
383399
1 m09526
400+
1 suibianwanwan
384401
1 the0ninjas
385402
1 wiedld
386-
1 xudong963
387403
```
388404

389405
Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.

0 commit comments

Comments
 (0)