paleolimbot opened a new issue, #35952:
URL: https://github.com/apache/arrow/issues/35952
### Describe the bug, including details regarding any error messages,
version, and platform.
Before #35860, setting schema metadata as a named character vector was
possible. The changes in the R bindings made this error, as exposed in a
reverse dependency check on the 12.0.1 release branch.
``` r
library(arrow, warn.conflicts = FALSE)
#> Some features are not enabled in this build of Arrow. Run `arrow_info()`
for more information.
schema <- schema(x = int32())
schema$metadata <- c("name" = "value")
#> Error in metadata[["r"]]: subscript out of bounds
```
<sup>Created on 2023-06-06 with [reprex
v2.0.2](https://reprex.tidyverse.org)</sup>
### Component(s)
R
--
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]