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