From fc9befe6f4b9ca2df1216920c3e2562ce7a3c8e5 Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Tue, 29 Oct 2024 10:41:05 -0400 Subject: [PATCH] Update NEWS.md --- r/NEWS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/r/NEWS.md b/r/NEWS.md index afae9ae4e388e..9b9300c27062b 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)