amoeba commented on code in PR #39627:
URL: https://github.com/apache/arrow/pull/39627#discussion_r1454330157
##########
r/NEWS.md:
##########
@@ -19,6 +19,20 @@
# arrow 14.0.2.9000
+## New features
+
+* Add binding for `base::prod` (@m-muecke, #38601).
+* Add `dimnames` method to `Dataset` class (#38377).
+* Allow `code()` to return package name prefix (@orgadish, #38144).
+
+## Minor improvements and fixes
+
+* Don't download cmake when TEST_OFFLINE_BUILD=true and update
`SystemRequirements` (#39602).
+* Fallback to source build gracefully if binary download fails (#39587).
+* Throw error when the bindings for `gsub`, `sub`, `str_replace` and
+ `str_replace_all` are passed a vector of values in `pattern` (@abfleishman,
#39219)
+* Document `open_dataset(format = "json")` (#38258)
+
Review Comment:
```suggestion
* To make debugging problems easier when using arrow with AWS S3 (e..g,
`s3_bucket`, `S3FileSystem`), the debug log level for S3 can be set with the
`AWS_S3_LOG_LEVEL` environment variable. See `?S3FileSystem` for more
information. (#38267)
* Using arrow with duckdb (i.e., `to_duckdb()`) no longer results in
warnings when quitting your R session. (#38495)
* A large number of minor spelling mistakes were fixed (#38929, #38257)
* The developer documentation has been updated to match changes made in
recent releases (#38220)
```
##########
r/NEWS.md:
##########
@@ -19,6 +19,20 @@
# arrow 14.0.2.9000
+## New features
+
+* Add binding for `base::prod` (@m-muecke, #38601).
+* Add `dimnames` method to `Dataset` class (#38377).
+* Allow `code()` to return package name prefix (@orgadish, #38144).
+
+## Minor improvements and fixes
+
+* Don't download cmake when TEST_OFFLINE_BUILD=true and update
`SystemRequirements` (#39602).
+* Fallback to source build gracefully if binary download fails (#39587).
+* Throw error when the bindings for `gsub`, `sub`, `str_replace` and
+ `str_replace_all` are passed a vector of values in `pattern` (@abfleishman,
#39219)
Review Comment:
```suggestion
* An error is now thrown instead of warning and pulling the data into R when
any
of `sub`, `gsub`, `stringr::str_replace`, `stringr::str_replace_all` are
passed a length > 1 vector of values in `pattern` (@abfleishman, #39219).
```
##########
r/NEWS.md:
##########
@@ -19,6 +19,20 @@
# arrow 14.0.2.9000
+## New features
+
+* Add binding for `base::prod` (@m-muecke, #38601).
Review Comment:
```suggestion
* Bindings for `base::prod` have been added so you can now use it in your
dplyr pipelines (i.e., `tbl |> summarize(prod(col))`) without having to pull
the data into R (@m-muecke, #38601).
```
##########
r/NEWS.md:
##########
@@ -19,6 +19,20 @@
# arrow 14.0.2.9000
+## New features
+
+* Add binding for `base::prod` (@m-muecke, #38601).
+* Add `dimnames` method to `Dataset` class (#38377).
+* Allow `code()` to return package name prefix (@orgadish, #38144).
Review Comment:
```suggestion
* The `code()` method on Schema objects now takes an optional `namespace`
argument which, when `TRUE`, prefixes names with `arrow::` which makes the
output more portable (@orgadish, #38144).
```
##########
r/NEWS.md:
##########
@@ -19,6 +19,20 @@
# arrow 14.0.2.9000
+## New features
+
+* Add binding for `base::prod` (@m-muecke, #38601).
+* Add `dimnames` method to `Dataset` class (#38377).
Review Comment:
```suggestion
* Calling `dimnames` or `colnames` on `Dataset` objects now returns a useful
result rather than just `NULL` (#38377).
```
##########
r/NEWS.md:
##########
@@ -19,6 +19,20 @@
# arrow 14.0.2.9000
+## New features
+
+* Add binding for `base::prod` (@m-muecke, #38601).
+* Add `dimnames` method to `Dataset` class (#38377).
+* Allow `code()` to return package name prefix (@orgadish, #38144).
+
+## Minor improvements and fixes
+
+* Don't download cmake when TEST_OFFLINE_BUILD=true and update
`SystemRequirements` (#39602).
+* Fallback to source build gracefully if binary download fails (#39587).
+* Throw error when the bindings for `gsub`, `sub`, `str_replace` and
+ `str_replace_all` are passed a vector of values in `pattern` (@abfleishman,
#39219)
+* Document `open_dataset(format = "json")` (#38258)
Review Comment:
```suggestion
* Missing documentation was added to `?open_dataset` documenting how to use
the
ND-JSON support added in arrow 13.0.0 (#38258).
```
--
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]