[ 
https://issues.apache.org/jira/browse/CASSANDRA-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563128#comment-13563128
 ] 

Jonathan Ellis commented on CASSANDRA-3447:
-------------------------------------------

Fixed by adding keyspace info to CQL resultsets.
                
> Add Schema to CassandraCQL::ResultSchema for operations affecting keyspace
> --------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3447
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3447
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Kelley Reynolds
>            Priority: Minor
>              Labels: cql
>
> I don't know about other drivers, but for the ruby CQL driver, I have to 
> regex the query to determine if the keyspace has changed and to store that 
> locally. This has to be done so that reconnection to another node in the case 
> of failure can select the correct keyspace before retrying the query. Adding 
> the keyspace to use/drop keyspace would save a regex for every query.

--
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

Reply via email to