danepitkin commented on issue #36968: URL: https://github.com/apache/arrow/issues/36968#issuecomment-1660464692
Hi @FoxHeather, UUID and Enum can be represented by using/extending the existing Arrow formats. For UUID, see this example of a User Defined Type[1]. For Enum, the dictionary encoded layout is probably the best representation. [1] https://arrow.apache.org/docs/python/extending_types.html#defining-extension-types-user-defined-types [2] https://arrow.apache.org/docs/format/Columnar.html#dictionary-encoded-layout -- 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]
