hashCode and equals are not consistent with compareTo
-----------------------------------------------------

                 Key: AVRO-182
                 URL: https://issues.apache.org/jira/browse/AVRO-182
             Project: Avro
          Issue Type: Bug
          Components: java
            Reporter: Doug Cutting
            Assignee: Doug Cutting


Java's specific and generic APIs implement compareTo according to the schema, 
where some fields might be ignored.  To be consistent, fields that are ignored 
when comparing for ordering should also be ignored when comparing for equality 
and for computing hashCodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to