This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch branch-22
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/branch-22 by this push:
new 97babea100 update changelog
97babea100 is described below
commit 97babea100976c079aff7023f4b870cd43a8ccf7
Author: Andy Grove <[email protected]>
AuthorDate: Fri Apr 7 09:41:51 2023 -0600
update changelog
---
dev/changelog/22.0.0.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev/changelog/22.0.0.md b/dev/changelog/22.0.0.md
index 7e02fb5d5a..966f90bd20 100644
--- a/dev/changelog/22.0.0.md
+++ b/dev/changelog/22.0.0.md
@@ -29,6 +29,7 @@
- Remove batch_idx from SortKeyCursor
[#5855](https://github.com/apache/arrow-datafusion/pull/5855) (tustvold)
- Top down `EnforceSorting`, Extended testbench for `EnforceSorting` rule to
prepare for refactors, additional functionality such as pushdowns over unions
[#5661](https://github.com/apache/arrow-datafusion/pull/5661) (mustafasrepo)
- Move `TransactionStart`/`TransactionEnd`/`SetVariable` into
`LogicalPlan::Statement`
[#5842](https://github.com/apache/arrow-datafusion/pull/5842) (alamb)
+- Remove SortKeyCursor (~5-10% faster merge)
[#5895](https://github.com/apache/arrow-datafusion/pull/5895) (tustvold)
**Implemented enhancements:**
@@ -139,3 +140,8 @@
- Use ScalarValue for single input on math expression
[#5891](https://github.com/apache/arrow-datafusion/pull/5891) (viirya)
- Generify SortPreservingMerge (#5882) (#5879)
[#5886](https://github.com/apache/arrow-datafusion/pull/5886) (tustvold)
- Fix: allow arbitrary exprs in VALUES clause
[#5813](https://github.com/apache/arrow-datafusion/pull/5813) (alamb)
+- Use interleave in BatchBuilder (~10% faster merge)
[#5894](https://github.com/apache/arrow-datafusion/pull/5894) (tustvold)
+- arrow_cast to cast to timestamptz
[#5914](https://github.com/apache/arrow-datafusion/pull/5914) (waitingkuo)
+- Encapsulate `PhysicalSortRequrement` and add more doc comments
[#5863](https://github.com/apache/arrow-datafusion/pull/5863) (alamb)
+- Remove SortKeyCursor (~5-10% faster merge)
[#5895](https://github.com/apache/arrow-datafusion/pull/5895) (tustvold)
+- Prepare for 22.0.0 release
[#5916](https://github.com/apache/arrow-datafusion/pull/5916) (andygrove)