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
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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira