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

Reply via email to