You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Matthias Lehmann (JIRA)" <ji...@apache.org> on 2009/07/30 10:35:15 UTC

[jira] Updated: (HBASE-1723) getRowWithColumnsTs changed behavior

     [ https://issues.apache.org/jira/browse/HBASE-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Lehmann updated HBASE-1723:
------------------------------------

    Status: Patch Available  (was: Open)

Use get.setTimeStamp instead of get.setTimeRange

This patch rearranges getRowWithColumnsTs a bit, because the original version was unneccessary repetitive.

> getRowWithColumnsTs changed behavior
> ------------------------------------
>
>                 Key: HBASE-1723
>                 URL: https://issues.apache.org/jira/browse/HBASE-1723
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: thrift
>            Reporter: Matthias Lehmann
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1723.patch
>
>
> The method getRowWithTimestampTs of the thrift interface changed behavior from version 0.19 to 0.20:
> In 0.19, it returned only cells with exactly the given timestamp, 0.20 it to returns cells with a timestamp before (not including) the given timestamp.
> It needs to be clearified, which one is the desired behavior.
> I attach a patch to make 0.20 conform with 0.19 (only return cells with exactly the given timestamp), if this is what is wanted.

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