martin-g commented on a change in pull request #1580:
URL: https://github.com/apache/avro/pull/1580#discussion_r820391478
##########
File path: lang/rust/avro/src/schema.rs
##########
@@ -292,6 +317,20 @@ impl Name {
}
}
+impl Hash for Name {
Review comment:
According to the
[spec](https://avro.apache.org/docs/current/spec.html#names) the `Equality of
names is defined on the fullname.`. If we used derivation it will take into
account also the optional aliases.
--
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]