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

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4980c3540 Add entry to changelog for 26.0.0 RC2 fix (#2992)
4980c3540 is described below

commit 4980c3540cd1897d4dfcf2554b8b6e4e80e2bc5d
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Oct 31 18:47:03 2022 -0400

    Add entry to changelog for 26.0.0 RC2 fix (#2992)
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 600e96b1d..42cd59975 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,6 +73,7 @@
 
 **Merged pull requests:**
 
+- Fix ignored limit on lexsort\_to\_indices (#2991) 
[\#2991](https://github.com/apache/arrow-rs/pull/2991) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([alamb](https://github.com/alamb))
 - Fix GenericListArray::try\_new\_from\_array\_data error message \(\#526\) 
[\#2961](https://github.com/apache/arrow-rs/pull/2961) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
 - Fix take string on sliced indices 
[\#2960](https://github.com/apache/arrow-rs/pull/2960) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))
 - Add BooleanArray::true\_count and BooleanArray::false\_count 
[\#2957](https://github.com/apache/arrow-rs/pull/2957) 
[[arrow](https://github.com/apache/arrow-rs/labels/arrow)] 
([tustvold](https://github.com/tustvold))

Reply via email to