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:45 UTC

[jira] [Updated] (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:all-tabpanel ]

Jim Witschey updated CASSANDRA-10318:
-------------------------------------
    Assignee: Stefania

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