jecsand838 commented on code in PR #7889: URL: https://github.com/apache/arrow-rs/pull/7889#discussion_r2200256247
########## 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 FixedSizeBinary with a length of 16. Review Comment: I went ahead and made this change. Let me know what you think. -- 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