[
https://issues.apache.org/jira/browse/ACCUMULO-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165659#comment-14165659
]
Josh Elser commented on ACCUMULO-3217:
--------------------------------------
Thanks, [~mdrob]. I hadn't checked master. I'll update the fix version
accordingly.
> KeyValue doesn't implement equals or hashCode
> ---------------------------------------------
>
> Key: ACCUMULO-3217
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3217
> Project: Accumulo
> Issue Type: Bug
> Components: client
> Affects Versions: 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Critical
> Fix For: 1.5.3, 1.6.2
>
>
> KeyValue doesn't actually implement equals or hashCode which kind of sucks.
> Notably, I can't take the Entry<Key,Value> objects that I get from two
> scanners and check if they're equal.
> This is a trivial fix to delegate down to the Key and Value equals methods.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)