Details
Description
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.
Attachments
Attachments
Issue Links
- blocks
-
HBASE-8044 split/flush/compact/major_compact from hbase shell does not work for region key with \x format
- Closed
- relates to
-
HBASE-6991 Escape "\" in Bytes.toStringBinary() and its counterpart Bytes.toBytesBinary()
- Closed