Cqlsh DESCRIBE output handles quoted index names incorrectly

Patch by Sam Tunnicliffe; reviewed by Adam Holmberg and Alex Petrov for CASSANDRA-12847
This commit is contained in:
Sam Tunnicliffe 2017-01-19 10:02:39 -08:00
parent 263740daa4
commit 33344fae66
3 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
3.0.14
* Properly handle quoted index names in cqlsh DESCRIBE output (CASSANDRA-12847)
* Avoid reading static row twice from old format sstables (CASSANDRA-13236)
* Fix NPE in StorageService.excise() (CASSANDRA-13163)
* Expire OutboundTcpConnection messages by a single Thread (CASSANDRA-13265)