Description
The following 2 key values if encoded and decoded, produce wrong results:
byte[] row = Bytes.toBytes("abcd");
byte[] family = new byte[]
;
byte[] qualifier0 = new byte[]
;
byte[] qualifier1 = new byte[]
;
byte[] value0 = new byte[]
;
byte[] value1 = new byte[]
;
kvList.add(new KeyValue(row, family, qualifier0, 0, Type.Put, value0));
kvList.add(new KeyValue(row, family, qualifier1, 0, Type.Put, value1));
while using Fast Diff Delta Block encoding.
Attachments
Attachments
1.
|
Add zeroByte encoding test | Closed | Unassigned | |
2.
|
OOBE in prefix key encoding | Closed | ramkrishna.s.vasudevan |