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

stack commented on HBASE-3467:
------------------------------

Do pertinent tests still pass Jim?  If so, please make a patch and we'll 
commit.  Thanks for digging in on this.  By the way, why you want to use 
negative timestamps?

> Get doesn't find values with negative timestamps
> ------------------------------------------------
>
>                 Key: HBASE-3467
>                 URL: https://issues.apache.org/jira/browse/HBASE-3467
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.89.20100924
>            Reporter: Jim R. Wilson
>
> Timestamps are allowed to be negative values, since they're stored as type 
> long.  However, using the Get object to search for versions by setting 
> setMaxVersions() misses them.
> I'm not sure where this code lives, but my suspicion is that the code which 
> scans for matching value timestamps has a min value of 0 when it should be 
> using {{java.lang.Long.MIN_VALUE}}.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to