[ 
https://issues.apache.org/jira/browse/HBASE-16227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376232#comment-15376232
 ] 

Hudson commented on HBASE-16227:
--------------------------------

SUCCESS: Integrated in HBase-1.4 #286 (See 
[https://builds.apache.org/job/HBase-1.4/286/])
HBASE-16227 [Shell] Column value formatter not working in scans. Tested (appy: 
rev 8cf6adae7280cc9ae9c1d55c2023497d626a4d64)
* hbase-shell/src/main/ruby/hbase/table.rb


> [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
>             Fix For: 2.0.0, 1.3.0, 1.4.0, 1.2.3
>
>         Attachments: HBASE-16227.branch-1.001.patch, 
> HBASE-16227.master.001.patch
>
>
> {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
> With the patch
> {noformat}
> hbase(main):001:0> scan 't2', { COLUMNS => 'f:x:toLong' }
> ROW                                           COLUMN+CELL
>  row                                          column=f:x, 
> timestamp=1468443538145, value=2497413
> 1 row(s)
> {noformat}



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

Reply via email to