You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2016/07/13 21:00:24 UTC

[jira] [Created] (HBASE-16227) [Shell] Column value formatter not working in scans

Appy created HBASE-16227:
----------------------------

             Summary: [Shell] Column value formatter not working in scans
                 Key: HBASE-16227
                 URL: https://issues.apache.org/jira/browse/HBASE-16227
             Project: HBase
          Issue Type: Bug
            Reporter: Appy
            Assignee: Appy


{noformat}
hbase(main):003:0> create 't2', 'f'
Created table t2
Took 1.2750 seconds
hbase(main):004:0> put 't2', 'row', 'f:x', "\x00\x00\x00\x00\x00&\x1B\x85"
Took 0.0680 seconds
hbase(main):005:0> scan 't2', { COLUMNS => 'f:x:toLong' }
ROW                                           COLUMN+CELL
 row                                          column=f:x, timestamp=1468443538145, value=\x00\x00\x00\x00\x00&\x1B\x85
1 row(s)
Took 0.0070 seconds
{noformat}

The value should instead be some number.
Caused by HBASE-5980



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)