You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "danepitkin (via GitHub)" <gi...@apache.org> on 2023/04/06 21:28:17 UTC

[GitHub] [arrow] danepitkin commented on issue #34898: [Python] Provide a way to restore a schema from its string representation

danepitkin commented on issue #34898:
URL: https://github.com/apache/arrow/issues/34898#issuecomment-1499650587

   Hey @barbuz,
   
   It is a neat idea, but I would vote not to support this in arrow itself for a few reasons:
   1) string representations are mostly seen as debug output
   2) maintaining compatibility over time adds complexity
   3) it isn't too hard to implement your own serialization/deserialization
   
   Either way, feel free to check out good first issues in python if you want to become a contributor! https://github.com/apache/arrow/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue+label%3A%22Component%3A+Python%22


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

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