Jefffrey commented on code in PR #10241:
URL: https://github.com/apache/arrow-rs/pull/10241#discussion_r3498709897


##########
arrow-avro/src/codec.rs:
##########
@@ -1565,6 +1565,15 @@ impl<'a> Maker<'a> {
                                 resolution: None,
                             }
                         }
+                        Some("uuid") if size == 16 => {
+                            metadata.insert("logicalType".into(), 
"uuid".into());

Review Comment:
   Is there significance to `duration` above error checking the size, whilst 
for `uuid` we silently pass to the catchall below?



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