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

Jake Farrell commented on THRIFT-2468:
--------------------------------------

in hbase.thrift getRowTs the timestamp is defined as i64 timestamp, and when 
generated in Hbase.js it is this.timestamp = input.readI64(); 

without knowing more about your setup it is hard to debug this as the generated 
code looks correct.

> Timestamp handling
> ------------------
>
>                 Key: THRIFT-2468
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2468
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.9.1
>         Environment: nodejs 
>            Reporter: A B
>              Labels: node.js, thrift
>
> When writing data i use a number for timestamp:
> mutateRowTs ("tab", "key", data, 1234567890 ..
> When reading data i must use a string for timestamp:
> getRowTs ("tab", "key", "1234567890" ...
> Triing to use a number results in an empty result.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to