You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Irfan Mohammed (JIRA)" <ji...@apache.org> on 2009/06/18 22:16:07 UTC

[jira] Updated: (HBASE-1542) Scan returns rows beyond the endRow when the column is specified

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

Irfan Mohammed updated HBASE-1542:
----------------------------------

    Attachment: hbase_jira_output.log
                HBaseScanBugTest.java

the junit test case for documenting the bug. ouput is also attached.

> Scan returns rows beyond the endRow when the column is specified
> ----------------------------------------------------------------
>
>                 Key: HBASE-1542
>                 URL: https://issues.apache.org/jira/browse/HBASE-1542
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.20.0
>         Environment: hbase-0.20.0-dev
> ubuntu 9.04
> jdk 6.0
>            Reporter: Irfan Mohammed
>         Attachments: hbase_jira_output.log, HBaseScanBugTest.java
>
>
> We ran into an issue where the scan resulted in rows beyond the endRow. Are we doing something incorrectly here? The test case is given below. When the scan.addColumn(...) is commented, the rows has { "row333" } but having the scan.addColumn(...) in the scan gives rows { "row555" }.

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