You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sandeep Tamhankar (JIRA)" <ji...@apache.org> on 2016/12/14 20:54:58 UTC

[jira] [Comment Edited] (CASSANDRA-10145) Change protocol to allow sending key space independent of query string

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

Sandeep Tamhankar edited comment on CASSANDRA-10145 at 12/14/16 8:54 PM:
-------------------------------------------------------------------------

unit tests and dtests pass (against my branch of Python driver), but the Python folks are wrapping up a release and will merge my change to master after that. Once that's done, we can merge down from master to the cassandra-test branch and accept my patch on this ticket.

[~aholmber] Any updates on the Python driver release?


was (Author: stamhankar999):
unit tests and dtests pass (against my branch of Python driver), but the Python folks are wrapping up a release and will merge my change to master after that. Once that's done, we can merge down from master to the cassandra-test branch and accept my patch on this ticket.

> Change protocol to allow sending key space independent of query string
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-10145
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10145
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Vishy Kasar
>            Assignee: Sandeep Tamhankar
>             Fix For: 3.x
>
>         Attachments: 10145-trunk.txt
>
>
> Currently keyspace is either embedded in the query string or set through "use keyspace" on a connection by client driver. 
> There are practical use cases where client user has query and keyspace independently. In order for that scenario to work, they will have to create one client session per keyspace or have to resort to some string replace hackery.
> It will be nice if protocol allowed sending keyspace separately from the query. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)