martin-g commented on code in PR #382:
URL: https://github.com/apache/avro-rs/pull/382#discussion_r2661608617
##########
avro/src/schema.rs:
##########
@@ -134,7 +134,7 @@ pub enum Schema {
/// An instant in local time represented as the number of nanoseconds
after the UNIX epoch.
LocalTimestampNanos,
/// An amount of time defined by a number of months, days and milliseconds.
- Duration,
+ Duration(FixedSchema),
Review Comment:
OK!
Please continue with `Duration(FixedSchema)`.
I will make the change in a follow-up PR and decide. I like the codebase
being consistent.
--
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]