aimeeu opened a new pull request, #3201: URL: https://github.com/apache/cassandra/pull/3201
Docs: Update CQL version in `docker-run-cqlsh-quickstart.sh` to match version in `docker-run-cqlsh-load-data`. Description: **Page**: [Quickstart](https://cassandra.apache.org/doc/latest/cassandra/getting-started/cassandra-quickstart.html) **Problem**: When following the Quickstart, the script in Step 5 throws an error because the CQL version is different than what's used in the script in Step 4. ```Connection error: ('Unable to connect to any servers', {'172.19.0.2': ProtocolError("cql_version '3.4.5' is not supported by remote (w/ native protocol). Supported versions: [u'3.4.6']",)})``` **Fix**: Step 5 script: Update the CQL version to match the version used in the Step 4 script. patch by [email protected] -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

