jecsand838 commented on code in PR #7889: URL: https://github.com/apache/arrow-rs/pull/7889#discussion_r2198812060
########## arrow-avro/src/codec.rs: ########## @@ -201,7 +201,7 @@ pub enum Codec { /// - `scale` (`Option<usize>`): Number of fractional digits. /// - `fixed_size` (`Option<usize>`): Size in bytes if backed by a `fixed` type, otherwise `None`. Decimal(usize, Option<usize>, Option<usize>), - /// Represents Avro Uuid type, a FixedSizeBinary with a length of 16 + /// Represents Avro Uuid type, a logicalType of String data represented as UTF-8 encoded bytes. Review Comment: @mbrobbel I just pushed up those `UUID` changes. Let me know what you think and if you identify any remaining gaps. Thank you again for calling this out. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org