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/16 18:43:45 UTC

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

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
             Fix For: 0.2.0


>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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-691.
-------------------------

    Resolution: Fixed

Committed.

> 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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-691:
------------------------

    Attachment: 691.patch

Run checkColumn on array of columns passed getRow.

Also, make checkColumn fail if passed column is missing family delimiter.

> 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
>             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.


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

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ 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.