You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pei He (JIRA)" <ji...@apache.org> on 2016/06/29 21:21:10 UTC

[jira] [Created] (BEAM-389) DelegateCoder needs equals and hashCode

Pei He created BEAM-389:
---------------------------

             Summary: DelegateCoder needs equals and hashCode
                 Key: BEAM-389
                 URL: https://issues.apache.org/jira/browse/BEAM-389
             Project: Beam
          Issue Type: Bug
            Reporter: Pei He
            Assignee: Pei He
            Priority: Minor


Currently, DelegateCoder inherit equals() and hashCode() from StandardCoder.

And, it makes DelegateCoder.of(VarIntCoder) equal to DelegateCoder.of(BigEndianIntegerCoder).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)