Lex Lythius created CASSANDRA-5596:
--------------------------------------
Summary: CREATE TABLE error message swaps table and keyspace
Key: CASSANDRA-5596
URL: https://issues.apache.org/jira/browse/CASSANDRA-5596
Project: Cassandra
Issue Type: Improvement
Affects Versions: 1.2.0
Environment: CQLSH 3.0 on Ubuntu Linux 12.04 LTS
Reporter: Lex Lythius
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira