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

Donald Smith commented on CASSANDRA-3660:
-----------------------------------------

On the cassandra users email list:

Stephen Pope [stephen.p...@quest.com] wrote, "I’d like to second this. I’ve 
been working with Cassandra for a good while now, but when I first started 
little things like this were confusing."

R. Verlangen [ro...@us2.nl] wrote, "I’d like to second this. I’ve been working 
with Cassandra for a good while now, but when I first started little things 
like this were confusing."
                
> Change syntax of cli for creating column families to be more intuitive
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-3660
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3660
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Donald Smith
>            Priority: Minor
>
> Currently, the syntax for creating column families is like this:
> create column family Users
> with comparator=UTF8Type
> and default_validation_class=UTF8Type
> and key_validation_class=UTF8Type;
> It's not clear what "comparator" and "default_validation_class" refer to. 
> Much clearer would be:
> create column family Users
> with column_name_comparator=UTF8Type
> and column_value_validation_class=UTF8Type
> and key_validation_class=UTF8Type;
> BTW, instead of "column_name_comparator", I'd actually prefer 
> "column_key_comparator" since it seems more accurate to call column names 
> "column keys."

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to