Kriskras99 commented on code in PR #448:
URL: https://github.com/apache/avro-rs/pull/448#discussion_r2745644011
##########
avro/src/serde/derive.rs:
##########
@@ -177,50 +329,9 @@ where
UnionSchema::new(variants).expect("Option<T> must produce a valid
(non-nested) union"),
)
}
-}
-
-impl<T> AvroSchemaComponent for Map<String, T>
Review Comment:
Forgot to add that to the PR description, here is the reason:
The implementation for `serde_json::Map<String, T>` has been removed. This
is **not** a breaking change, as `serde_json::Map` can only be constructed for
`<String, Value>` and `Value` does not implement `AvroSchemaComponent`.
--
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]