You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/06/06 16:22:12 UTC

[GitHub] [arrow] paleolimbot opened a new issue, #35952: [R] Ensure that schema metadata can actually be set as a named character vectory

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] thisisnic closed issue #35952: [R] Ensure that schema metadata can actually be set as a named character vectory

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic closed issue #35952: [R] Ensure that schema metadata can actually be set as a named character vectory
URL: https://github.com/apache/arrow/issues/35952


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org