Skip to content

Commit

Permalink
apacheGH-37325: [R] Update NEWS.md with missing changes for 13.0.0 (a…
Browse files Browse the repository at this point in the history
…pache#37326)

### Rationale for this change

Missing items in NEWS.md need documenting

### What changes are included in this PR?

Adding these items

### Are these changes tested?

No
* Closes: apache#37325

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
  • Loading branch information
thisisnic authored Aug 24, 2023
1 parent 175b2a2 commit 5995422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@

# arrow 13.0.0

## Breaking changes

* Input objects which inherit only from `data.frame` and no other classes now have the `class` attribute dropped, resulting in now always returning tibbles from file reading functions and `arrow_table()`, which results in consistency in the type of returned objects. Calling `as.data.frame()` on Arrow Tabular objects now always returns a `data.frame` object (#34775)

## New features

* `open_dataset()` now works with ND-JSON files (#35055)
* Calling `schema()` on multiple Arrow objects now returns the object's schema (#35543)
* dplyr `.by`/`by` argument now supported in arrow implementation of dplyr verbs (@eitsupi, #35667)
* Binding for `dplyr::case_when()` now accepts `.default` parameter to match the update in dplyr 1.1.0 (#35502)

## Minor improvements and fixes

Expand Down

0 comments on commit 5995422

Please sign in to comment.