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

assignuser 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 cbb5f96306 MINOR: [R] Add missing PR num to news.md item (#43811)
cbb5f96306 is described below

commit cbb5f96306972aa236750602aba4b40ceb4219c4
Author: Bryce Mecum <[email protected]>
AuthorDate: Sun Aug 25 21:33:51 2024 -0700

    MINOR: [R] Add missing PR num to news.md item (#43811)
    
    ### Rationale for this change
    
    We normally link to somewhere to give the user more context on news items. 
I noticed the link was missing for this one.
    
    ### What changes are included in this PR?
    
    Added PR number to news item.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Bryce Mecum <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 r/NEWS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/NEWS.md b/r/NEWS.md
index 0e6e4634a0..b9568afe66 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -32,7 +32,7 @@
   functions (UDFs); for UDFs, see `register_scalar_function()`. (#41223)
 * `mutate()` expressions can now include aggregations, such as `x - mean(x)`. 
(#41350)
 * `summarize()` supports more complex expressions, and correctly handles cases
-  where column names are reused in expressions.
+  where column names are reused in expressions. (#41223)
 * The `na_matches` argument to the `dplyr::*_join()` functions is now 
supported.
   This argument controls whether `NA` values are considered equal when 
joining. (#41358)
 * R metadata, stored in the Arrow schema to support round-tripping data between

Reply via email to