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

T Jake Luciani commented on CASSANDRA-1742:
-------------------------------------------

It would be great is statements could wrap multiple lines. Example this should 
be valid:


create column family TI 
with 
        comparator = 'lucandra.VIntType' and
        column_type = Super and 
        keys_cached = 10000000 and 
        rows_cached = 1000 and 
        comment = 'Stores term information with indexName/field/term as 
composite key'


vs


create column family TI with comparator = 'lucandra.VIntType' and column_type = 
Super and keys_cached = 10000000 and rows_cached = 1000 and comment = 'Stores 
term information with indexName/field/term as composite key'


> cli usability
> -------------
>
>                 Key: CASSANDRA-1742
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1742
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 0.7 beta 3
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> - cli should be case-insensitive for ks/cf names when that is unambiguous
> - cli should sort ks/cf alphabetically in show keyspaces output

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