tanho63 commented on issue #35071: URL: https://github.com/apache/arrow/issues/35071#issuecomment-4150977030
_I see this was marked as stale, I can make the following request in a followup/new thread if desired(?)_ I'm providing an arrow dataset (i.e. hive-partitioned parquet) as a product to a client and would like to provide a cross-language supported arrow schema to go with it, is that a thing? I see that I can do `x$schema$ToString()` which casts the schema into a string used by the print method. It would be nice if we could somehow go from that to the arrow schema object itself in R (or somehow get the equivalent of constructive::construct() or dput() for an arrow schema?) -- 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]
