[
https://issues.apache.org/jira/browse/HBASE-12345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597290#comment-14597290
]
Ted Yu commented on HBASE-12345:
--------------------------------
We don't need to be concened with endianness below ?
{code}
556 static boolean lessThanUnsignedLong(long x1, long x2) {
557 return (x1 + Long.MIN_VALUE) < (x2 + Long.MIN_VALUE);
{code}
> Unsafe based Comparator for BB
> -------------------------------
>
> Key: HBASE-12345
> URL: https://issues.apache.org/jira/browse/HBASE-12345
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Attachments: HBASE-12345.patch, HBASE-12345_V2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)