Sylvain Lebresne created CASSANDRA-4296:
-------------------------------------------
Summary: CQL3: create table don't always validate access to the
right keyspace
Key: CASSANDRA-4296
URL: https://issues.apache.org/jira/browse/CASSANDRA-4296
Project: Cassandra
Issue Type: Bug
Components: API
Affects Versions: 1.1.0
Reporter: Sylvain Lebresne
Assignee: Sylvain Lebresne
Priority: Minor
Fix For: 1.1.1
Create table allows (like other queries) to override the currently set keyspace
({{CREATE TABLE foo.bar ...}}). However, when we do that, the access check is
done on the wrong keyspace. In particular if no keyspace was set, this end up
in a NPE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira