Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
-
CQLSH 3.0 on Ubuntu Linux 12.04 LTS
Description
When trying to create an existing table, CQLSH rightfully complains in a weird way:
USE blink;
CREATE TABLE tags ( tag ascii PRIMARY KEY, type ascii, label varchar, rel map<ascii, ascii> )
Bad Request: Cannot add already existing column family "blink" to keyspace "tags"
Keyspace and table names are swapped.