From c8d10c56221bc9584a9102c317a82dcee0bdc074 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 19 Jan 2023 12:58:32 -0700 Subject: [PATCH] [maint-16.x] Changelog (#4993) --- datafusion/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/datafusion/CHANGELOG.md b/datafusion/CHANGELOG.md index b793878974ef..6a6454067f59 100644 --- a/datafusion/CHANGELOG.md +++ b/datafusion/CHANGELOG.md @@ -19,6 +19,15 @@ # Changelog +## [16.1.0](https://github.com/apache/arrow-datafusion/tree/16.1.0) (2023-01-19) + +[Full Changelog](https://github.com/apache/arrow-datafusion/compare/16.1.0-rc1...16.0.0) + +**Merged pull requests:** + +- Fix column indices in EnforceDistribution optimizer in Partial AggregateMode \(\#4878\) [\#4959](https://github.com/apache/arrow-datafusion/pull/4959) +- Make it able to specify a session id for SessionState \(\#4933\) [\#4951](https://github.com/apache/arrow-datafusion/pull/4951) + ## [16.0.0](https://github.com/apache/arrow-datafusion/tree/16.0.0) (2023-01-12) [Full Changelog](https://github.com/apache/arrow-datafusion/compare/16.0.0-rc1...16.0.0)