thisisnic opened a new issue, #35035:
URL: https://github.com/apache/arrow/issues/35035

   ### Describe the enhancement requested
   
   We occasionally have requests relating to updating schemas and we could make 
them easier to work with.  We could implement the S3 method `names<-` for 
Schema object, to enable users to be able to do something like:
   
   ```
   my_schema <- schema(x = int8(), y = string())
   names(my_schema) <- c("y", "x")
   ```
   The specific use-case I'm thinking about here is when a user wants to read a 
schema from a source, update it, and then re-use it to read/write.
   
   ### 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]

Reply via email to