Details
Description
Current hbase shell scan filter string is assumed to be UTF-8 encoding, which makes the following scan not working.
hbase(main):011:0> scan 't1'
ROW COLUMN+CELL
r4 column=cf1:q1, timestamp=1450812398741, value=\x82
hbase(main):003:0> scan 't1',
{FILTER => "SingleColumnValueFilter ('cf1', 'q1', >=, 'binary:\x80', true, true)"}ROW COLUMN+CELL
0 row(s) in 0.0130 seconds