[
https://issues.apache.org/jira/browse/CASSANDRA-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-3764:
--------------------------------------
Reviewer: thepaul (was: jbellis)
Assignee: Jonathan Ellis (was: paul cannon)
Looks like this is a server bug, not cqlsh's fault:
{code}
. public void setKeyspace(String ks)
{
keyspace = ks;
}
{code}
> cqlsh doesn't error out immediately for use of invalid keyspace
> ---------------------------------------------------------------
>
> Key: CASSANDRA-3764
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3764
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Priority: Minor
> Fix For: 1.0.8
>
>
> {noformat}
> cqlsh> use wordcoun;
> cqlsh:wordcoun> select * from input_words;
> Bad Request: Keyspace wordcoun does not exist
> {noformat}
--
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