You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/06/17 23:10:45 UTC

[jira] Assigned: (HBASE-691) get* and getScanner are different in how they treat column parameter

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

stack reassigned HBASE-691:
---------------------------

    Assignee: stack

> get* and getScanner are different in how they treat column parameter
> --------------------------------------------------------------------
>
>                 Key: HBASE-691
>                 URL: https://issues.apache.org/jira/browse/HBASE-691
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>            Assignee: stack
>             Fix For: 0.2.0
>
>         Attachments: 691.patch
>
>
> From the list, cure at xg dot pl
> {code}
>     there are group of methods "getRow" and group "getScanner" - both get as param array of collumns
>     but in "getRow" methods we have to put it without ":" at the end of column family name, and for "getScanner" the colon is necessary.
>     i think that it will be good to make it identical. 
> {code}

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