From 5a5716609107bd5d5a62123d3b1a56b19f252395 Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Tue, 29 Oct 2024 11:57:52 -0400 Subject: [PATCH] MINOR: [R] Trim news for 18.0 release (#44562) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change The referenced change was included in the 17.0.0.1 CRAN submission (https://github.com/apache/arrow/issues/43317#issuecomment-2289034257) so we don't need to announce it here. As far as CRAN releases go, the performance regression was never released. ### What changes are included in this PR? rm ### Are these changes tested? 🙅 ### Are there any user-facing changes? Words --- r/NEWS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/r/NEWS.md b/r/NEWS.md index 1692d3c64d581..a438d38623389 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -23,7 +23,6 @@ * 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)