arvindKandpal-ksolves opened a new pull request, #310:
URL: https://github.com/apache/cassandra-website/pull/310

   The QuickStart guide currently references CQL versions `3.4.5` and `3.4.6` 
in the `docker run` commands. However, the `cassandra:latest` image (currently 
Cassandra 5.0.x) runs **CQL spec 3.4.7**.
   
   Attempting to follow the current guide results in a connection failure 
because the older CQL versions are not supported by the latest image.
   
   **Verification:**
   1. Running the command from the current guide fails:
      `ProtocolError("cql_version '3.4.5' is not supported... Supported 
versions: [u'3.4.7']")`
   
   2. Running with updated version (3.4.7) succeeds:
      `[cqlsh 5.0.1 | Cassandra 5.0.6 | CQL spec 3.4.7 | Native protocol v5]`
   
   **Changes:**
   - Updated `CQLVERSION` env var in Step 4 to `3.4.7`.
   - Updated `--cqlversion` flag in Step 5 to `3.4.7`.
   - Updated example output in Step 5 to reflect current versions.
   
   patch by Arvind Kandpal; reviewed by TBD for CASSANDRA-21155


-- 
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]

Reply via email to