You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jim Ancona (JIRA)" <ji...@apache.org> on 2010/11/03 06:22:25 UTC

[jira] Created: (CASSANDRA-1701) cassandra-cli doesn't handle non-string column names well

cassandra-cli doesn't handle non-string column names well
---------------------------------------------------------

                 Key: CASSANDRA-1701
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1701
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jim Ancona
         Attachments: cassandra-cli-non-string-column-names.patch

cassandra-cli has several bugs when using column names that aren't strings. Attached is a patch that updates CliTest to show the problems and fixes CliClient by properly converting non-string column and sub-column values passed to the GET, SET and COUNT commands.

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


[jira] Updated: (CASSANDRA-1701) cassandra-cli doesn't handle non-string column names well

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

Jim Ancona updated CASSANDRA-1701:
----------------------------------

    Attachment: cassandra-cli-non-string-column-names.patch

> cassandra-cli doesn't handle non-string column names well
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-1701
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1701
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jim Ancona
>         Attachments: cassandra-cli-non-string-column-names.patch
>
>
> cassandra-cli has several bugs when using column names that aren't strings. Attached is a patch that updates CliTest to show the problems and fixes CliClient by properly converting non-string column and sub-column values passed to the GET, SET and COUNT commands.

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


[jira] Resolved: (CASSANDRA-1701) cassandra-cli doesn't handle non-string column names well

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

Jonathan Ellis resolved CASSANDRA-1701.
---------------------------------------

    Resolution: Fixed
      Reviewer: xedin
      Assignee: Jim Ancona

committed.  thanks, Jim!

> cassandra-cli doesn't handle non-string column names well
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-1701
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1701
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jim Ancona
>            Assignee: Jim Ancona
>         Attachments: cassandra-cli-non-string-column-names.patch
>
>
> cassandra-cli has several bugs when using column names that aren't strings. Attached is a patch that updates CliTest to show the problems and fixes CliClient by properly converting non-string column and sub-column values passed to the GET, SET and COUNT commands.

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


[jira] Commented: (CASSANDRA-1701) cassandra-cli doesn't handle non-string column names well

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927871#action_12927871 ] 

Pavel Yaskevich commented on CASSANDRA-1701:
--------------------------------------------

This looks good to me, all .getBytes() replaced with columnNameAsByteArray methods which is how it should be + tests added.

> cassandra-cli doesn't handle non-string column names well
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-1701
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1701
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jim Ancona
>         Attachments: cassandra-cli-non-string-column-names.patch
>
>
> cassandra-cli has several bugs when using column names that aren't strings. Attached is a patch that updates CliTest to show the problems and fixes CliClient by properly converting non-string column and sub-column values passed to the GET, SET and COUNT commands.

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