[ 
https://issues.apache.org/jira/browse/HBASE-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900077#action_12900077
 ] 

HBase Review Board commented on HBASE-2928:
-------------------------------------------

Message from: "Jonathan Gray" <[email protected]>

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/686/#review949
-----------------------------------------------------------

Ship it!


Looks good to me.

- Jonathan





> Fault in logic in BinaryPrefixComparator leads to 
> ArrayIndexOutOfBoundsException.
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-2928
>                 URL: https://issues.apache.org/jira/browse/HBASE-2928
>             Project: HBase
>          Issue Type: Bug
>          Components: filters
>            Reporter: Pranav Khaitan
>            Assignee: Pranav Khaitan
>             Fix For: 0.90.0
>
>
> Following statement makes an incorrect assumption that value.length >= 
> this.value.length.
> return Bytes.compareTo(this.value, 0, this.value.length, value, 0,
>       this.value.length);

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

Reply via email to