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)