This is an automated email from the ASF dual-hosted git repository.

xudong963 pushed a commit to branch final_release_notes
in repository https://gitbox.apache.org/repos/asf/datafusion.git

commit 0b71100cb9f8783182c012d610ae8722ad656f7e
Author: xudong963 <wxd963996...@gmail.com>
AuthorDate: Fri Jun 6 12:51:35 2025 +0800

    [branch-48] update changlog
---
 dev/changelog/48.0.0.md | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/dev/changelog/48.0.0.md b/dev/changelog/48.0.0.md
index eeae050a50..1b7f35eae4 100644
--- a/dev/changelog/48.0.0.md
+++ b/dev/changelog/48.0.0.md
@@ -19,7 +19,7 @@ under the License.
 
 # Apache DataFusion 48.0.0 Changelog
 
-This release consists of 253 commits from 88 contributors. See credits at the 
end of this changelog for more information.
+This release consists of 253 commits from 87 contributors. See credits at the 
end of this changelog for more information.
 
 **Breaking changes:**
 
@@ -64,6 +64,9 @@ This release consists of 253 commits from 88 contributors. 
See credits at the en
 - feat: array_length for fixed size list 
[#16167](https://github.com/apache/datafusion/pull/16167) (chenkovsky)
 - feat: ADD sha2 spark function 
[#16168](https://github.com/apache/datafusion/pull/16168) (getChan)
 - feat: create builder for disk manager 
[#16191](https://github.com/apache/datafusion/pull/16191) (jdrouet)
+- feat: Add Aggregate UDF to FFI crate 
[#14775](https://github.com/apache/datafusion/pull/14775) (timsaucer)
+- feat(small): Add `BaselineMetrics` to `generate_series()` table function 
[#16255](https://github.com/apache/datafusion/pull/16255) (2010YOUY01)
+- feat: Add Window UDFs to FFI Crate 
[#16261](https://github.com/apache/datafusion/pull/16261) (timsaucer)
 
 **Fixed bugs:**
 
@@ -90,6 +93,7 @@ This release consists of 253 commits from 88 contributors. 
See credits at the en
 - fix: Remove trailing whitespace in `Display` for `LogicalPlan::Projection` 
[#16164](https://github.com/apache/datafusion/pull/16164) (atahanyorganci)
 - fix: metadata of join schema 
[#16221](https://github.com/apache/datafusion/pull/16221) (chenkovsky)
 - fix: add missing row count limits to TPC-H queries 
[#16230](https://github.com/apache/datafusion/pull/16230) (0ax1)
+- fix: NaN semantics in GROUP BY 
[#16256](https://github.com/apache/datafusion/pull/16256) (chenkovsky)
 
 **Documentation updates:**
 
@@ -126,6 +130,7 @@ This release consists of 253 commits from 88 contributors. 
See credits at the en
 - Clarify documentation about gathering statistics for parquet files 
[#16157](https://github.com/apache/datafusion/pull/16157) (alamb)
 - Add change to VARCHAR in the upgrade guide 
[#16216](https://github.com/apache/datafusion/pull/16216) (alamb)
 - Add iceberg-rust to user list 
[#16246](https://github.com/apache/datafusion/pull/16246) (jonathanc-n)
+- Prepare for 48.0.0 release: Version and Changelog 
[#16238](https://github.com/apache/datafusion/pull/16238) (xudong963)
 
 **Other:**
 
@@ -290,6 +295,16 @@ This release consists of 253 commits from 88 contributors. 
See credits at the en
 - Remove use of deprecated dict_ordered in datafusion-proto (#16218) 
[#16220](https://github.com/apache/datafusion/pull/16220) (cj-zhukov)
 - Minor: Print cargo command in bench script 
[#16236](https://github.com/apache/datafusion/pull/16236) (2010YOUY01)
 - Simplify FileSource / SchemaAdapterFactory API 
[#16214](https://github.com/apache/datafusion/pull/16214) (alamb)
+- Add dicts to aggregation fuzz testing 
[#16232](https://github.com/apache/datafusion/pull/16232) (blaginin)
+- chore(deps): bump sysinfo from 0.35.1 to 0.35.2 
[#16247](https://github.com/apache/datafusion/pull/16247) (dependabot[bot])
+- Improve performance of constant aggregate window expression 
[#16234](https://github.com/apache/datafusion/pull/16234) (suibianwanwank)
+- Support compound identifier when parsing tuples 
[#16225](https://github.com/apache/datafusion/pull/16225) (hozan23)
+- Schema adapter helper 
[#16108](https://github.com/apache/datafusion/pull/16108) (kosiew)
+- Update tpch, clickbench, sort_tpch to mark failed queries 
[#16182](https://github.com/apache/datafusion/pull/16182) (ding-young)
+- Adjust slttest to pass without RUST_BACKTRACE enabled 
[#16251](https://github.com/apache/datafusion/pull/16251) (alamb)
+- Handle dicts for distinct count 
[#15871](https://github.com/apache/datafusion/pull/15871) (blaginin)
+- Add `--substrait-round-trip` option in sqllogictests 
[#16183](https://github.com/apache/datafusion/pull/16183) (gabotechs)
+- Minor: fix upgrade papercut `pub use PruningStatistics` 
[#16264](https://github.com/apache/datafusion/pull/16264) (alamb)
 
 ## Credits
 
@@ -298,7 +313,7 @@ Thank you to everyone who contributed to this release. Here 
is a breakdown of co
 ```
     29 dependabot[bot]
     27 Andrew Lamb
-    15 xudong.w
+    16 xudong.w
     14 Adrian Garcia Badaracco
      9 Chen Chongchen
      8 Oleks V
@@ -383,7 +398,6 @@ Thank you to everyone who contributed to this release. Here 
is a breakdown of co
      1 m09526
      1 the0ninjas
      1 wiedld
-     1 xudong963
 ```
 
 Thank you also to everyone who contributed in other ways such as filing 
issues, reviewing PRs, and providing feedback on this release.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to