Skip to content

Commit e443304

Browse files
authored
Final release note touchups (#15740)
1 parent bdd52a7 commit e443304

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dev/changelog/47.0.0.md

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

2020
# Apache DataFusion 47.0.0 Changelog
2121

22-
This release consists of 362 commits from 95 contributors. See credits at the end of this changelog for more information.
22+
This release consists of 364 commits from 94 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 362 commits from 95 contributors. See credits at the en
9494
- fix: Rewrite `date_trunc` and `from_unixtime` for the SQLite unparser [#15630](https://github.com/apache/datafusion/pull/15630) (peasee)
9595
- fix(substrait): fix regressed edge case in renaming inner struct fields [#15634](https://github.com/apache/datafusion/pull/15634) (Blizzara)
9696
- fix: normalize window ident [#15639](https://github.com/apache/datafusion/pull/15639) (chenkovsky)
97+
- fix: unparse join without projection [#15693](https://github.com/apache/datafusion/pull/15693) (chenkovsky)
9798

9899
**Documentation updates:**
99100

@@ -134,6 +135,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
134135
- Add coerce int96 option for Parquet to support different TimeUnits, test int96_from_spark.parquet from parquet-testing [#15537](https://github.com/apache/datafusion/pull/15537) (mbutrovich)
135136
- STRING_AGG missing functionality [#14412](https://github.com/apache/datafusion/pull/14412) (gabotechs)
136137
- doc : update RepartitionExec display tree [#15710](https://github.com/apache/datafusion/pull/15710) (getChan)
138+
- Update version to 47.0.0, add CHANGELOG [#15731](https://github.com/apache/datafusion/pull/15731) (xudong963)
137139

138140
**Other:**
139141

@@ -398,6 +400,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
398400
- Fix internal error in sort when hitting memory limit [#15692](https://github.com/apache/datafusion/pull/15692) (DerGut)
399401
- Update checked in Cargo.lock file to get clean CI [#15725](https://github.com/apache/datafusion/pull/15725) (alamb)
400402
- chore(deps): bump indexmap from 2.8.0 to 2.9.0 [#15732](https://github.com/apache/datafusion/pull/15732) (dependabot[bot])
403+
- Minor: include output partition count of `RepartitionExec` to tree explain [#15717](https://github.com/apache/datafusion/pull/15717) (2010YOUY01)
401404

402405
## Credits
403406

@@ -406,12 +409,12 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
406409
```
407410
48 dependabot[bot]
408411
34 Andrew Lamb
412+
16 xudong.w
409413
15 Jay Zhan
410414
15 Qi Zhu
411415
15 irenjj
412-
15 xudong.w
413-
12 Chen Chongchen
414-
12 Yongting You
416+
13 Chen Chongchen
417+
13 Yongting You
415418
10 Tommy shu
416419
7 Shruti Sharma
417420
6 Alan Tang

0 commit comments

Comments
 (0)