This is an automated email from the ASF dual-hosted git repository.
brycemecum pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new a3c39ecb77 GH-44518: [R] Update NEWS for 18.0.0 (#44520)
a3c39ecb77 is described below
commit a3c39ecb778188539c3ec4b6c6f2b540d8e4be40
Author: Nic Crane <[email protected]>
AuthorDate: Sat Oct 26 03:41:59 2024 +0200
GH-44518: [R] Update NEWS for 18.0.0 (#44520)
### Rationale for this change
Update NEWS for release
### What changes are included in this PR?
Update NEWS for release
### Are these changes tested?
No
### Are there any user-facing changes?
No
* GitHub Issue: #44518
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
---
r/NEWS.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index b9568afe66..afae9ae4e3 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -19,6 +19,16 @@
# arrow 17.0.0.9000
+## Minor improvements and fixes
+
+* Fix bindings to allow filtering a factor column in a Dataset using `%in%`
(#43446)
+* Update `str_sub` binding to properly handle negative `end` values
(@coussens, #44141)
+* Fix summarize() performance regression (pushdown) (#43649)
+* Fix altrep string columns from readr (#43351)
+* Fix crash in ParquetFileWriter$WriteTable and add WriteBatch (#42241)
+* Fix bindings in Math group generics (@aboyoun, #43162)
+* Fix pull on a grouped query returns the wrong column (#43172)
+
# arrow 17.0.0
## New features