nathaniel-d-ef commented on code in PR #7557: URL: https://github.com/apache/arrow-rs/pull/7557#discussion_r2152550015
########## arrow-avro/src/codec.rs: ########## @@ -192,6 +192,8 @@ pub enum Codec { /// Represents Avro fixed type, maps to Arrow's FixedSizeBinary data type /// The i32 parameter indicates the fixed binary size Fixed(i32), + /// Represents Avro Uuid type, a FixedSizeBinary with a length of 16 Review Comment: It should; 16 bytes == 128 bits. It looks to me like the UUID crate specifies 16 & 128 as well. Do you mean character count? That's independent of byte size. -- 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