Skip to content

[branch-47] Final release note touchups #15740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions dev/changelog/47.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ under the License.

# Apache DataFusion 47.0.0 Changelog

This release consists of 362 commits from 95 contributors. See credits at the end of this changelog for more information.
This release consists of 364 commits from 94 contributors. See credits at the end of this changelog for more information.

**Breaking changes:**

Expand Down Expand Up @@ -94,6 +94,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
- fix: Rewrite `date_trunc` and `from_unixtime` for the SQLite unparser [#15630](https://github.com/apache/datafusion/pull/15630) (peasee)
- fix(substrait): fix regressed edge case in renaming inner struct fields [#15634](https://github.com/apache/datafusion/pull/15634) (Blizzara)
- fix: normalize window ident [#15639](https://github.com/apache/datafusion/pull/15639) (chenkovsky)
- fix: unparse join without projection [#15693](https://github.com/apache/datafusion/pull/15693) (chenkovsky)

**Documentation updates:**

Expand Down Expand Up @@ -134,6 +135,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
- 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)
- STRING_AGG missing functionality [#14412](https://github.com/apache/datafusion/pull/14412) (gabotechs)
- doc : update RepartitionExec display tree [#15710](https://github.com/apache/datafusion/pull/15710) (getChan)
- Update version to 47.0.0, add CHANGELOG [#15731](https://github.com/apache/datafusion/pull/15731) (xudong963)

**Other:**

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

## Credits

Expand All @@ -406,12 +409,12 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
```
48 dependabot[bot]
34 Andrew Lamb
16 xudong.w
15 Jay Zhan
15 Qi Zhu
15 irenjj
15 xudong.w
12 Chen Chongchen
12 Yongting You
13 Chen Chongchen
13 Yongting You
10 Tommy shu
7 Shruti Sharma
6 Alan Tang
Expand Down
Loading