Skip to content

Commit 3cc3fca

Browse files
committed
Update CHANGELOG
1 parent 608ee58 commit 3cc3fca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dev/changelog/44.0.0.md

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

2020
# Apache DataFusion 44.0.0 Changelog
2121

22-
This release consists of 332 commits from 94 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 329 commits from 94 contributors. See credits at the end of this changelog for more information.
2323

2424
**Breaking changes:**
2525

@@ -110,6 +110,7 @@ This release consists of 332 commits from 94 contributors. See credits at the en
110110
- Support unicode character for `initcap` function [#13752](https://github.com/apache/datafusion/pull/13752) (tlm365)
111111
- [minor] make recursive package dependency optional [#13778](https://github.com/apache/datafusion/pull/13778) (buraksenn)
112112
- Fix `recursive-protection` feature flag [#13887](https://github.com/apache/datafusion/pull/13887) (alamb)
113+
- Prepare for 44.0.0 release: version and changelog [#13882](https://github.com/apache/datafusion/pull/13882) (alamb)
113114

114115
**Other:**
115116

@@ -362,13 +363,15 @@ This release consists of 332 commits from 94 contributors. See credits at the en
362363
- Minor: change the sort merge join emission as incremental [#13894](https://github.com/apache/datafusion/pull/13894) (berkaysynnada)
363364
- Minor: change visibility of hash join utils [#13893](https://github.com/apache/datafusion/pull/13893) (berkaysynnada)
364365
- Fix visibility of `swap_hash_join` to be `pub` [#13899](https://github.com/apache/datafusion/pull/13899) (alamb)
366+
- Minor: Avoid emitting empty batches in partial sort [#13895](https://github.com/apache/datafusion/pull/13895) (berkaysynnada)
367+
- BACKPORT: Correct return type for initcap scalar function with utf8view (#13909) [#13934](https://github.com/apache/datafusion/pull/13934) (alamb)
365368

366369
## Credits
367370

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

370373
```
371-
59 Andrew Lamb
374+
55 Andrew Lamb
372375
35 Piotr Findeisen
373376
16 Jonathan Chen
374377
14 Jonah Gao
@@ -383,13 +386,13 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
383386
5 Dmitrii Blaginin
384387
5 Qianqian
385388
4 Adrian Garcia Badaracco
389+
4 Berkay Şahin
386390
4 Marco Neumann
387391
4 Tai Le Manh
388392
4 Tim Saucer
389393
4 zhuliquan
390394
3 Andy Grove
391395
3 Arttu
392-
3 Berkay Şahin
393396
3 Burak Şen
394397
3 Onur Satici
395398
3 Qi Zhu

0 commit comments

Comments
 (0)