Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 eb875b4af -> db39257c3


cqlsh: Fix bad DESCRIBE CQL-compat check on COMPACT tables

Patch by Tyler Hobbs; reviewed by tjake for CASSANDRA-9647


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

Branch: refs/heads/cassandra-2.1
Commit: db39257c34152f6ccf8d53784cea580dbfe1edad
Parents: eb875b4
Author: Tyler Hobbs <tylerho...@apache.org>
Authored: Fri Jul 3 10:22:58 2015 -0500
Committer: T Jake Luciani <j...@apache.org>
Committed: Mon Jul 6 12:22:04 2015 -0400

----------------------------------------------------------------------
 CHANGES.txt                                       |   2 ++
 ...assandra-driver-internal-only-2.6.0c2.post.zip | Bin 0 -> 198346 bytes
 lib/cassandra-driver-internal-only-2.6.0c2.zip    | Bin 199328 -> 0 bytes
 3 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/db39257c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 69cb32c..95dc8be 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,6 @@
 2.1.8
+ * (cqlsh) Fix bad check for CQL compatibility when DESCRIBE'ing
+   COMPACT STORAGE tables with no clustering columns
  * Warn when an extra-large partition is compacted (CASSANDRA-9643)
  * Eliminate strong self-reference chains in sstable ref tidiers 
(CASSANDRA-9656)
  * Ensure StreamSession uses canonical sstable reader instances 
(CASSANDRA-9700) 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/db39257c/lib/cassandra-driver-internal-only-2.6.0c2.post.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.6.0c2.post.zip 
b/lib/cassandra-driver-internal-only-2.6.0c2.post.zip
new file mode 100644
index 0000000..5fa57c7
Binary files /dev/null and 
b/lib/cassandra-driver-internal-only-2.6.0c2.post.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/db39257c/lib/cassandra-driver-internal-only-2.6.0c2.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.6.0c2.zip 
b/lib/cassandra-driver-internal-only-2.6.0c2.zip
deleted file mode 100644
index cde49ec..0000000
Binary files a/lib/cassandra-driver-internal-only-2.6.0c2.zip and /dev/null 
differ

Reply via email to