You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2014/09/05 18:10:16 UTC

git commit: Add cqlsh DESCRIBE support for frozen UDTs, tuples

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1.0 655d517b2 -> c1dc378e0


Add cqlsh DESCRIBE support for frozen UDTs, tuples

Patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-7863


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

Branch: refs/heads/cassandra-2.1.0
Commit: c1dc378e0afd848452bc2abde7e0fcbbb0d0801f
Parents: 655d517
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Fri Sep 5 11:08:48 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Fri Sep 5 11:09:59 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt                                     |   1 +
 ...assandra-driver-internal-only-2.1.0.post.zip | Bin 128879 -> 129435 bytes
 2 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c1dc378e/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index befdcd7..28c39e6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.0
+ * cqlsh: DESCRIBE support for frozen UDTs, tuples (CASSANDRA-7863)
  * Avoid exposing internal classes over JMX (CASSANDRA-7879)
  * Add null check for keys when freezing collection (CASSANDRA-7869)
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/c1dc378e/lib/cassandra-driver-internal-only-2.1.0.post.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.1.0.post.zip b/lib/cassandra-driver-internal-only-2.1.0.post.zip
index 68c4171..ccca182 100644
Binary files a/lib/cassandra-driver-internal-only-2.1.0.post.zip and b/lib/cassandra-driver-internal-only-2.1.0.post.zip differ