This is an automated email from the ASF dual-hosted git repository. thisisnic pushed a commit to branch maint-25.0.1-r in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 64e1b80aea8bff885a434dece00f77bc8727b805 Author: Nic Crane <[email protected]> AuthorDate: Fri Aug 21 09:20:24 2026 +0100 Reove duplication from NEWS --- r/NEWS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/r/NEWS.md b/r/NEWS.md index 543f5c27b2..19072423d1 100644 --- a/r/NEWS.md +++ b/r/NEWS.md @@ -63,10 +63,6 @@ ## Installation - The R package now builds under `r-universe/r-wasm` (#49981). -- Arrow `uint64` types are now always converted to R `double` (numeric) vectors, - regardless of the values. Previously, small `uint64` values were converted to - R `integer`, which could cause inconsistent types within list columns when - different list elements had different value ranges (#50339). # arrow 24.0.0
