You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2023/01/19 19:58:38 UTC

[arrow-datafusion] branch maint-16.x updated: [maint-16.x] Changelog (#4993)

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

agrove pushed a commit to branch maint-16.x
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/maint-16.x by this push:
     new c8d10c562 [maint-16.x] Changelog (#4993)
c8d10c562 is described below

commit c8d10c56221bc9584a9102c317a82dcee0bdc074
Author: Andy Grove <an...@gmail.com>
AuthorDate: Thu Jan 19 12:58:32 2023 -0700

    [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 b79387897..6a6454067 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)