joellubi commented on issue #43807:
URL: https://github.com/apache/arrow/issues/43807#issuecomment-2310201903

   > @joellubi are you doing the equivalent of this for the Go implementation 
in #43679?
   
   Yes that PR adds the capability for arrow extension types to specify their 
target parquet logical type, and implements it for UUID and JSON (see relevant 
[testcase](https://github.com/apache/arrow/pull/43679/files#diff-844f7208e9f32de0a40594bc0c56fe247dfd4d7f51a9ba917e65a4aedb35ba74R2149)).
   
   The type mapping going the other way (Parquet -> Arrow) was not added for 
UUID, right now it uses the storage type `FixedSizeBinary`. I can get this 
added too.


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