martin-g commented on code in PR #2455:
URL: https://github.com/apache/avro/pull/2455#discussion_r1298843094


##########
lang/rust/avro/src/duration.rs:
##########
@@ -28,83 +24,77 @@ pub struct Duration {
 }
 
 #[derive(Debug, Copy, Clone, Eq, PartialEq)]
-pub struct Months(U32<LittleEndian>);
+pub struct Months(u32);

Review Comment:
   The implementation is per the spec - 
https://avro.apache.org/docs/1.11.1/specification/#duration



-- 
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]

Reply via email to