jecsand838 commented on code in PR #7889: URL: https://github.com/apache/arrow-rs/pull/7889#discussion_r2198650005
########## 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 Thank you for correcting me here! I'll change it back to being a `FixedSizeBinary` with a length of 16 then. Since I didn't see a `DataType::Uuid` in `arrow-schema/src/datatype.rs` and was unfamiliar with Arrow Uuids, I made an incorrect assumption. I apologize for not catching that in the arrow documentation. -- 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