You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jim Witschey (JIRA)" <ji...@apache.org> on 2015/09/14 18:30:46 UTC

[jira] [Commented] (CASSANDRA-10318) Update cqlsh COPY for new internal driver serialization interface

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

Jim Witschey commented on CASSANDRA-10318:
------------------------------------------

[~Stefania] I'm assigning you here because you've done some work on cqlsh recently, but please let me know if you'd like me to find someone else.

> Update cqlsh COPY for new internal driver serialization interface
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-10318
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10318
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Adam Holmberg
>            Assignee: Stefania
>             Fix For: 3.0.0 rc1
>
>
> A recent driver update changed some of the internal serialization interface. cqlsh relies on this for the copy command and will need to be updated.
> Previously used
> {code}
> cassandra.protocol.QueryMesage.to_binary
> {code}
> now should use
> {code}
> cassandra.protocol.ProtocolHandler.encode_message(...)
> {code}



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