Tianying Chang created HBASE-8085:
-------------------------------------

             Summary: Backport the fix for Bytes.toStringBinary() into 94
                 Key: HBASE-8085
                 URL: https://issues.apache.org/jira/browse/HBASE-8085
             Project: HBase
          Issue Type: Bug
          Components: util
    Affects Versions: 0.94.5
            Reporter: Tianying Chang
            Assignee: Tianying Chang
             Fix For: 0.94.7


there is a bug in Bytes.toStringBinary(), which will return the same string for 
1) byte[] a = {'\\', 'x', 'D', 'A'} 2) "\xDA". 

It seems this bug has already been fixed in trunk with HBASE 6991. We should 
backport it to 94. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to