amoeba commented on issue #44496:
URL: https://github.com/apache/arrow/issues/44496#issuecomment-2433511877
Thanks @thisisnic. I started on a NEWS.md update while working on other
releases and so far have this if it helps:
<details>
<summary>18.0.0 NEWS.md content</summary>
```
## New features
* Dictionary columns can now be filtered with the `%in%` operator in dplyr
pipelines. Previously you would have to cast the dictionary column to a
string
column prior to filtering. (#43440)
* The binding for stringr's `str_sub` function now properly handles negative
end
values instead of returning an empty string. (#43960)
## Minor improvements and fixes
* A performance regression in the binding for dplyr's `summarize` has been
fixed. This should now be approximately as fast as it was in arrow 16.1.0.
(#43627)
* The ParquetFileWriter class' WriteTable method can now take a RecordBatch
as
as an argument in addition to a Table. (#42240)
* Add link to ?acero from ?list_compute_functions. (#43509)
```
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]