minor bugs in Schema & Protocol's equals() and hashCode() implementations
-------------------------------------------------------------------------
Key: AVRO-107
URL: https://issues.apache.org/jira/browse/AVRO-107
Project: Avro
Issue Type: Bug
Components: java
Affects Versions: 1.0.0
Reporter: Doug Cutting
Priority: Minor
Fix For: 1.0.1
Protocol#equals() and Protocol#hashCode() do not consider the protocols types.
Schema#equals() will throw a ClassCastException if a fixed schema is compared
to a non-fixed schema.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.