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

npr 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 ea9b15ff94 MINOR: [R] Trim news for 18.0 release (#44562)
ea9b15ff94 is described below

commit ea9b15ff941e7492e171cffee05af85b99306631
Author: Neal Richardson <[email protected]>
AuthorDate: Tue Oct 29 11:57:52 2024 -0400

    MINOR: [R] Trim news for 18.0 release (#44562)
    
    ### 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 afae9ae4e3..9b9300c270 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)

Reply via email to