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

[GitHub] [arrow] wjones127 commented on issue #15058: [Python] Native support for UUID

wjones127 commented on issue #15058:
URL: https://github.com/apache/arrow/issues/15058#issuecomment-1583849202

   This would be good to make a canonical extension type, given there are many integration points for it:
   
    * It is a logical type in Parquet
    * It is a logical type in many databases, who may return it in Flight
    * Arrow-native and arrow compatible engines (such as DuckDB) have UUID as a datatype and could exchange that over the C data interface.
   
   This seems like a good candidate to prototype spreading a canonical extension type through the ecosystem, given how simple and ubiquitous is it.
   
   I may look into this in about a month, if someone else doesn't beat me to it.


-- 
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