TurekBot opened a new pull request, #3082: URL: https://github.com/apache/cassandra/pull/3082
> Thanks for sending a pull request! Here are some tips if you're new here: > > * [x] Ensure you have added or run the [appropriate tests](https://cassandra.apache.org/_/development/testing.html) for your PR. > * [x] Be sure to keep the PR description updated to reflect all changes. > * [x] Write your PR title to summarize what this PR proposes. > * [x] If possible, provide a concise example to reproduce the issue for a faster review. > * [x] Read our [contributor guidelines](https://cassandra.apache.org/_/development/index.html) > * [x] If you're making a documentation change, see our [guide to documentation contribution](https://cassandra.apache.org/_/development/documentation.html) # [CASSANDRA-19360](https://issues.apache.org/jira/browse/CASSANDRA-19360) | Quickstart commands are slightly wrong I'm new to Cassandra. I tried [the quickstart](https://cassandra.apache.org/_/quickstart.html) and noticed some things that I figured I'd fix. 1. The csqlsh versions are inconsistent between commands, resulting in the second command failing. 2. The prompt message is slightly out of date, I figured I'd update it while I was here 3. In step 7, the insert forgets to include a timestamp. I assume that was accidental, so I fixed that too. -- 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]

