[ 
https://issues.apache.org/jira/browse/CASSANDRA-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103603#comment-13103603
 ] 

Mauri Tikka commented on CASSANDRA-3195:
----------------------------------------

create column family 'Config';

gives "Invalid column family name: 'Config'",

create column family "Config";

gives "Syntax error at position 21: unexpected """ for `create column family 
"Config";`."

or did I miss another way of quoting?



> Cassandra-CLI does not allow "Config" as column family name
> -----------------------------------------------------------
>
>                 Key: CASSANDRA-3195
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3195
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.8.5
>            Reporter: Mauri Tikka
>            Priority: Minor
>
> "create column family Config" does not work, "create column family Configg" 
> does.
> I suppose the intent is that column families can be named freely, that they 
> have a namespace completely of their own, and separate from, say, 
> Cassandra-CLI commands.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to