You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/changelog/47.0.0.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
# Apache DataFusion 47.0.0 Changelog
21
21
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.
23
23
24
24
**Breaking changes:**
25
25
@@ -94,6 +94,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
94
94
- fix: Rewrite `date_trunc` and `from_unixtime` for the SQLite unparser [#15630](https://github.com/apache/datafusion/pull/15630) (peasee)
95
95
- fix(substrait): fix regressed edge case in renaming inner struct fields [#15634](https://github.com/apache/datafusion/pull/15634) (Blizzara)
- fix: unparse join without projection [#15693](https://github.com/apache/datafusion/pull/15693) (chenkovsky)
97
98
98
99
**Documentation updates:**
99
100
@@ -134,6 +135,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
134
135
- 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)
- 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)
137
139
138
140
**Other:**
139
141
@@ -398,6 +400,7 @@ This release consists of 362 commits from 95 contributors. See credits at the en
398
400
- Fix internal error in sort when hitting memory limit [#15692](https://github.com/apache/datafusion/pull/15692) (DerGut)
399
401
- Update checked in Cargo.lock file to get clean CI [#15725](https://github.com/apache/datafusion/pull/15725) (alamb)
400
402
- 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)
401
404
402
405
## Credits
403
406
@@ -406,12 +409,12 @@ Thank you to everyone who contributed to this release. Here is a breakdown of co
0 commit comments