Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
-
ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
-
Low
Description
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.