Skip to content

Commit 7c46327

Browse files
thisisnicamoeba
authored andcommitted
GH-44518: [R] Update NEWS for 18.0.0 (#44520)
### Rationale for this change Update NEWS for release ### What changes are included in this PR? Update NEWS for release ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #44518 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Bryce Mecum <petridish@gmail.com>
1 parent f96684f commit 7c46327

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

r/NEWS.md

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919

2020
# arrow 18.0.0
2121

22+
## Minor improvements and fixes
23+
24+
* Fix bindings to allow filtering a factor column in a Dataset using `%in%` (#43446)
25+
* Update `str_sub` binding to properly handle negative `end` values (@coussens, #44141)
26+
* Fix summarize() performance regression (pushdown) (#43649)
27+
* Fix altrep string columns from readr (#43351)
28+
* Fix crash in ParquetFileWriter$WriteTable and add WriteBatch (#42241)
29+
* Fix bindings in Math group generics (@aboyoun, #43162)
30+
* Fix pull on a grouped query returns the wrong column (#43172)
31+
2232
# arrow 17.0.0
2333

2434
## New features

0 commit comments

Comments
 (0)