This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new e69a53e9ee GH-34398: [R] Update NEWS.md for 11.0.0.3 (#34399)
e69a53e9ee is described below
commit e69a53e9ee8a1c14b9556c1009c12903d89a594b
Author: Nic Crane <[email protected]>
AuthorDate: Mon Mar 6 10:57:18 2023 +0000
GH-34398: [R] Update NEWS.md for 11.0.0.3 (#34399)
* Closes: #34398
Lead-authored-by: Nic Crane <[email protected]>
Co-authored-by: Dewey Dunnington <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
r/NEWS.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/r/NEWS.md b/r/NEWS.md
index e615ab2fed..fec418e5bc 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -19,6 +19,11 @@
# arrow 11.0.0.9000
+## Minor improvements and fixes
+
+* `open_csv_dataset()` allows a schema to be specified. (#34217)
+* To ensure compatibility with an upcoming dplyr release, we no longer call
`dplyr:::check_names()` (#34369)
+
# arrow 11.0.0.2
## Breaking changes