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/48.0.0.md
+28-12Lines changed: 28 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ under the License.
19
19
20
20
# Apache DataFusion 48.0.0 Changelog
21
21
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.
23
23
24
24
**Breaking changes:**
25
25
@@ -64,6 +64,9 @@ This release consists of 253 commits from 88 contributors. See credits at the en
64
64
- feat: array_length for fixed size list [#16167](https://github.com/apache/datafusion/pull/16167) (chenkovsky)
65
65
- feat: ADD sha2 spark function [#16168](https://github.com/apache/datafusion/pull/16168) (getChan)
66
66
- 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)
67
70
68
71
**Fixed bugs:**
69
72
@@ -90,6 +93,7 @@ This release consists of 253 commits from 88 contributors. See credits at the en
90
93
- fix: Remove trailing whitespace in `Display` for `LogicalPlan::Projection`[#16164](https://github.com/apache/datafusion/pull/16164) (atahanyorganci)
91
94
- fix: metadata of join schema [#16221](https://github.com/apache/datafusion/pull/16221) (chenkovsky)
0 commit comments