Cqlsh DESCRIBE output handles quoted index names incorrectly

Patch by Sam Tunnicliffe; reviewed by Adam Holmberg and Alex Petrov for 
CASSANDRA-12847


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/33344fae
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/33344fae
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/33344fae

Branch: refs/heads/cassandra-3.11
Commit: 33344fae6622dc6624e01f7aa3b2b4d378f34d2d
Parents: 263740d
Author: Sam Tunnicliffe <s...@beobal.com>
Authored: Thu Jan 19 10:02:39 2017 -0800
Committer: Sam Tunnicliffe <s...@beobal.com>
Committed: Thu May 11 17:43:52 2017 +0100

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 ...a-driver-internal-only-3.5.0.post0-d8d0456.zip | Bin 245487 -> 0 bytes
 ...a-driver-internal-only-3.7.1.post0-19c1603.zip | Bin 0 -> 252027 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/33344fae/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 2ef5863..31d5800 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/33344fae/lib/cassandra-driver-internal-only-3.5.0.post0-d8d0456.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-3.5.0.post0-d8d0456.zip 
b/lib/cassandra-driver-internal-only-3.5.0.post0-d8d0456.zip
deleted file mode 100644
index 7d23b48..0000000
Binary files a/lib/cassandra-driver-internal-only-3.5.0.post0-d8d0456.zip and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/33344fae/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip 
b/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip
new file mode 100644
index 0000000..900d64d
Binary files /dev/null and 
b/lib/cassandra-driver-internal-only-3.7.1.post0-19c1603.zip differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to