This is what ScyllaDB supports, and if it just inherits the default from the Python driver, it tries with different versions (66, 65, 5) until it finally succeeds, which just slows down the connection. No reason for ScyllaDB's cqlsh not to be opinionated about the version.
I think the line:
This is what ScyllaDB supports, and if it just inherits the default from the Python driver, it tries with different versions (66, 65, 5) until it finally succeeds, which just slows down the connection. No reason for ScyllaDB's cqlsh not to be opinionated about the version. I think the line:
Should be changed, for the protocol version to be something other than None (probably 4).