Numeric binary type keys are not compared properly --------------------------------------------------
Key: HIVE-2903 URL: https://issues.apache.org/jira/browse/HIVE-2903 Project: Hive Issue Type: Bug Components: HBase Handler Reporter: Navis Assignee: Navis In current binary format for numbers, minus values are always greater than plus values, for example. {code} System.our.println(Bytes.compareTo(Bytes.toBytes(-100), Bytes.toBytes(100))); // 255 {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira