You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2009/04/21 18:22:47 UTC

[jira] Created: (CASSANDRA-92) get_column should enforce a column specified in input

get_column should enforce a column specified in input
-----------------------------------------------------

                 Key: CASSANDRA-92
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-92
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jun Rao
            Assignee: Jun Rao


Today, if one specified something like: get_column 'Table1' 'row1' 'Standard1', one gets a random single column. This is incorrect. Users of get_column should always provide a CF and at least a column name, not just the CF.


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


[jira] Resolved: (CASSANDRA-92) get_column should enforce a column specified in input

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

Jonathan Ellis resolved CASSANDRA-92.
-------------------------------------

    Resolution: Fixed

applied

> get_column should enforce a column specified in input
> -----------------------------------------------------
>
>                 Key: CASSANDRA-92
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-92
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>         Attachments: issue92.patch001
>
>
> Today, if one specified something like: get_column 'Table1' 'row1' 'Standard1', one gets a random single column. This is incorrect. Users of get_column should always provide a CF and at least a column name, not just the CF.

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


[jira] Updated: (CASSANDRA-92) get_column should enforce a column specified in input

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

Jun Rao updated CASSANDRA-92:
-----------------------------

    Attachment: issue92.patch001

Attach a fix that block throws an exception if get_column doesn't specify a column.


> get_column should enforce a column specified in input
> -----------------------------------------------------
>
>                 Key: CASSANDRA-92
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-92
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>         Attachments: issue92.patch001
>
>
> Today, if one specified something like: get_column 'Table1' 'row1' 'Standard1', one gets a random single column. This is incorrect. Users of get_column should always provide a CF and at least a column name, not just the CF.

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