mbrobbel commented on code in PR #7889:
URL: https://github.com/apache/arrow-rs/pull/7889#discussion_r2198542115
##########
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:
I would expect Avro Uuids to map to Arrow Uuids
(https://arrow.apache.org/docs/format/CanonicalExtensions.html#uuid)?
--
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]