You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/08/28 00:21:59 UTC

[jira] Created: (AVRO-107) minor bugs in Schema & Protocol's equals() and hashCode() implementations

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.


[jira] Resolved: (AVRO-107) minor bugs in Schema & Protocol's equals() and hashCode() implementations

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting resolved AVRO-107.
-------------------------------

    Resolution: Fixed
      Assignee: Doug Cutting

I just committed a fix for this.

> 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
>            Assignee: 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.