You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2011/01/16 21:05:43 UTC

[jira] Created: (CASSANDRA-1995) cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family

cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family
-----------------------------------------------------------------------------------------------------

                 Key: CASSANDRA-1995
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1995
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.7.0
            Reporter: Tyler Hobbs


This fails:

create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: name, validation_class: UTF8Type} ];

This works:

create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: fooname, validation_class: UTF8Type} ];

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


[jira] Updated: (CASSANDRA-1995) cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family

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

Pavel Yaskevich updated CASSANDRA-1995:
---------------------------------------

    Attachment: CASSANDRA-1995.patch

Work branch: cassandra-0.7, latest commit 2a3a497fd8b12160faf81edce1d7e2cbac953b95 (r/m unused code and improve formatting)

Also: tests added for this case and for help statements.

> cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1995
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1995
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-1995.patch
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> This fails:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: name, validation_class: UTF8Type} ];
> This works:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: fooname, validation_class: UTF8Type} ];

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


[jira] Commented: (CASSANDRA-1995) cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family

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

Hudson commented on CASSANDRA-1995:
-----------------------------------

Integrated in Cassandra-0.7 #167 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/167/])
    fix CLI parsing of "cluster name."
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-1995


> cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1995
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1995
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.1
>
>         Attachments: CASSANDRA-1995.patch
>
>   Original Estimate: 3h
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> This fails:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: name, validation_class: UTF8Type} ];
> This works:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: fooname, validation_class: UTF8Type} ];

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


[jira] Assigned: (CASSANDRA-1995) cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family

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

Jonathan Ellis reassigned CASSANDRA-1995:
-----------------------------------------

    Assignee: Pavel Yaskevich

> cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1995
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1995
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Pavel Yaskevich
>             Fix For: 0.7.1
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> This fails:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: name, validation_class: UTF8Type} ];
> This works:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: fooname, validation_class: UTF8Type} ];

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


[jira] Updated: (CASSANDRA-1995) cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family

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

Jonathan Ellis updated CASSANDRA-1995:
--------------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: 0.7.1

> cassandra-cli doesn't accept 'name' as a column name in column metadata when creating a column family
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-1995
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1995
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Tyler Hobbs
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.1
>
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> This fails:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: name, validation_class: UTF8Type} ];
> This works:
> create column family Countries with comparator=UTF8Type and column_metadata=[ {column_name: fooname, validation_class: UTF8Type} ];

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