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

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

Adam Holmberg created CASSANDRA-10318:
-----------------------------------------

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