[
https://issues.apache.org/jira/browse/CASSANDRA-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933283#action_12933283
]
Jonathan Ellis commented on CASSANDRA-1742:
-------------------------------------------
unambiguous means there is only one CF with those letters, ignoring case
there is a CF "User" and input is "uSer" -> unambiguous, assume User
there is a CF User and a CF user and input is "uSer" -> ambiguous, raise error
> 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.