josh-wong opened a new pull request, #2449: URL: https://github.com/apache/cassandra/pull/2449
> **Note** > > Resubmitting this as a PR for the `cassandra-4.0` branch, as requested in https://github.com/apache/cassandra/pull/2447. This PR fixes a misspelling ("DESRIBE" to "DESCRIBE") and adds a comma in the following error message when attempting to run a `DESC` command in `cqlsh` while connected to an older version of Cassandra: ```cqlsh WARN: DESCRIBE|DESC was moved to server side in Cassandra 4.0. As a consequence DESRIBE|DESC will not work in cqlsh '6.0.0' connected to Cassandra '3.0.8', the version that you are connected to. DESCRIBE does not exist server side prior Cassandra 4.0. ``` -- 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]

