Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
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
cassandra.protocol.QueryMesage.to_binary
now should use
cassandra.protocol.ProtocolHandler.encode_message(...)
Attachments
Issue Links
- is related to
-
CASSANDRA-9302 Optimize cqlsh COPY FROM, part 3
- Resolved
- relates to
-
CASSANDRA-10507 Update cqlsh copy for new internal driver serialization interface (2.1 and 2.2)
- Resolved
- links to