Bytes.toBytesBinary and Bytes.toStringBinary() should be reversible
--------------------------------------------------------------------
Key: HBASE-3444
URL: https://issues.apache.org/jira/browse/HBASE-3444
Project: HBase
Issue Type: Bug
Reporter: Prakash Khemani
Priority: Minor
Bytes.toStringBinary() doesn't escape \.
Otherwise the transformation isn't reversible
byte[] a = {'\', 'x' , '0', '0'}
Bytes.toBytesBinary(Bytes.toStringBinary(a)) won't be equal to a
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.