msmygit opened a new pull request, #4062: URL: https://github.com/apache/cassandra/pull/4062
### What is the issue Today, when we follow the instructions at [the docs page](https://cassandra.apache.org/_/quickstart.html), we get the following error: ``` % docker run --rm -it --network cassandra nuvo/docker-cqlsh cqlsh cassandra 9042 --cqlversion='3.4.5' WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested Connection error: ('Unable to connect to any servers', {'172.18.0.2': ProtocolError("cql_version '3.4.5' is not supported by remote (w/ native protocol). Supported versions: [u'3.4.7']",)}) ``` ### What does this PR fix and why was it fixed Fix the above experience. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org