-
Type:
Bug
-
Status: Resolved
-
Priority:
Low
-
Resolution: Fixed
-
Fix Version/s: 1.1.6
-
Component/s: None
-
Labels:None
-
Environment:
ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
-
Severity:Low
The following:
cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
will tab complete like this:
cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.