You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2017/11/14 14:47:00 UTC

[jira] [Updated] (CASSANDRA-13865) Non consistent response when setting the keyspace in query explicitly

     [ https://issues.apache.org/jira/browse/CASSANDRA-13865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua McKenzie updated CASSANDRA-13865:
----------------------------------------
    Summary: Non consistent response when setting the keyspace in query explicitly  (was: Non consistent response when setting the keysace in query an explicily)

> Non consistent response when setting the keyspace in query explicitly
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-13865
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13865
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Jaume M
>
> Using the python driver this works and the query is prepared against {{my_keyspace}}, {{system}} is ignored.
> {code}
> prepared_statement = self.session.prepare("SELECT * from my_keyspace.my_table", keyspace="system")
> {code}
> However this throws a {{InvalidRequest: Error from server: code=2200 [Invalid query] message="keyspace madeup_ks does not exist"}}
> {code}
> prepared_statement = self.session.prepare("SELECT * from my_keyspace.my_table", keyspace="madeup_ks")
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org