You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nathan Marz (JIRA)" <ji...@apache.org> on 2009/07/17 01:46:15 UTC

[jira] Commented: (THRIFT-226) Collections with binary keys or values break equals()

    [ https://issues.apache.org/jira/browse/THRIFT-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732255#action_12732255 ] 

Nathan Marz commented on THRIFT-226:
------------------------------------

For the same reason set<binary> is just plain broken in Java. Set won't enforce that the a particular byte[] value appear only once.

> Collections with binary keys or values break equals()
> -----------------------------------------------------
>
>                 Key: THRIFT-226
>                 URL: https://issues.apache.org/jira/browse/THRIFT-226
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>             Fix For: 0.2
>
>
> In Java, byte[].equals tests object equality, not value equality. As a result, if you have two list<binary> (or set<binary>, or map<binary, binary> with the same values and you do TBase.equals(), two structs that match by value won't return true. If we're going to do value equality, which I think we should, then we should make this consistent with collection types.

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