thisisnic commented on issue #48903: URL: https://github.com/apache/arrow/issues/48903#issuecomment-3785804939
Social media thread:
> We're excited to announce the release of {arrow} 23.0.0 ๐น๐ฆ. Here's a
roundup of the new features and changes, in a ๐งต
Full details can be found at https://arrow.apache.org/docs/r/news/ #rstats
> We've added support for stringr::str_ilike() for case-insensitive pattern
matching.
> [carbon.now.sh image:]
> ```
> library(arrow)
> library(dplyr)
> df <- arrow_table(x = c("Hello", "WORLD", "foo"))
> df |> filter(str_ilike(x, "hello")) |> collect()
> ```
> Writing partitioned datasets on S3 no longer requires ListBucket
permissions - useful if you have write-only access to a
bucket.
> Let's talk contributors! This release saw 44 contributors to the codebase!
38 worked on the C++ library, 3 on the R ๐ฆ,
& 3 on both. 23 people made their first contribution! ๐ Thanks to everyone
who was involved!
--
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]
