[ https://issues.apache.org/jira/browse/CASSANDRA-6687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mikhail Stepura updated CASSANDRA-6687: --------------------------------------- Attachment: CASSANDRA-2.0-6687.patch Attaching the patch to handle exceptions in {{checkAccess}} > CQL: "drop table if exists" throws exception when table does not exist > ---------------------------------------------------------------------- > > Key: CASSANDRA-6687 > URL: https://issues.apache.org/jira/browse/CASSANDRA-6687 > Project: Cassandra > Issue Type: Bug > Environment: Mac OSX Mavericks > Cassandra 2.0.5 > Reporter: Brent Haines > Assignee: Mikhail Stepura > Priority: Minor > Labels: 2.0.5 > Fix For: 2.0.6 > > Attachments: CASSANDRA-2.0-6687.patch > > > {code} > 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> > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)