You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2007/12/11 02:25:43 UTC

[jira] Resolved: (HADOOP-2243) [hbase] getRow returns empty Map if no-such row.. should return null

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

Bryan Duxbury resolved HADOOP-2243.
-----------------------------------

    Resolution: Won't Fix

The more I think about it, this issue doesn't work out as well as we'd like, since it's just so difficult to answer the question of whether a row exists under any cells in HBase cheaply. As such, I think that we should close the issue for now leaving things exactly the way they are. An empty map may or may not mean that the row doesn't exist. If you rely on row existence, you need to get all the cells back and check yourself.

> [hbase] getRow returns empty Map if no-such row.. should return null
> --------------------------------------------------------------------
>
>                 Key: HADOOP-2243
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2243
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>
> Found by Bryan Duxbury.

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