Details
Description
MacBook-Bro-6:~ brenthaines$ cqlsh Connected to Test Cluster at localhost:9160. [cqlsh 4.1.1 | Cassandra 2.0.5 | CQL spec 3.1.1 | Thrift protocol 19.39.0] Use HELP for help. cqlsh> use apps; cqlsh:apps> describe table brands; Column family 'brands' not found cqlsh:apps> drop table if exists brands; Bad Request: unconfigured columnfamily brands cqlsh:apps>
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-6708 Dropping non existent table using IF EXISTS throws Exception
- Resolved