Skip to content

Commit e64b85f

Browse files
news
1 parent d69c316 commit e64b85f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

r/NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919

2020
# arrow 16.1.0.9000
2121

22-
# arrow 16.1.0
23-
2422
* R functions that users write that use functions that Arrow supports in dataset queries now can be used in queries too. Previously, only functions that used arithmetic operators worked. For example, `time_hours <- function(mins) mins / 60` worked, but `time_hours_rounded <- function(mins) round(mins / 60)` did not; now both work. These are automatic translations rather than true user-defined functions (UDFs); for UDFs, see `register_scalar_function()`. (#41223)
2523
* `summarize()` supports more complex expressions, and correctly handles cases where column names are reused in expressions.
2624
* The `na_matches` argument to the `dplyr::*_join()` functions is now supported. This argument controls whether `NA` values are considered equal when joining. (#41358)
25+
* R metadata, stored in the Arrow schema to support round-tripping data between R and Arrow/Parquet, is now serialized and deserialized more strictly. This makes it safer to load data from files from unknown sources into R data.frames. (#41969)
2726

2827
# arrow 16.1.0
2928

0 commit comments

Comments
 (0)