From 3786932c8e356a81c7436bc3d012e8c0f4b8cbcd Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 23 Oct 2024 22:47:11 +0100 Subject: [PATCH] Update NEWS for 18.0.0 --- r/NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/r/NEWS.md b/r/NEWS.md index b9568afe66542..afae9ae4e388e 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