You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2014/08/12 16:44:58 UTC

[1/2] git commit: (cqlsh) Fix DESCRIBE for NTS keyspaces

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 25c335f73 -> d71c8aa88


(cqlsh) Fix DESCRIBE for NTS keyspaces

patch by Tyler Hobbs; reviewed by Aleksey Yeschenko for CASSANDRA-7729


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

Branch: refs/heads/cassandra-2.1
Commit: 0471f406485abbf1a146b72d0057144dcb5829bc
Parents: bb55843
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Tue Aug 12 17:40:50 2014 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Aug 12 17:40:50 2014 +0300

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 lib/cassandra-driver-internal-only-2.1.0.post.zip | Bin 0 -> 128879 bytes
 ...assandra-driver-internal-only-2.1.0c1.post.zip | Bin 128949 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0471f406/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 342eb00..7e04bcb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.0-rc6
+ * (cqlsh) Fix DESCRIBE for NTS keyspaces (CASSANDRA-7729)
  * Remove netty buffer ref-counting (CASSANDRA-7735)
  * Pass mutated cf to index updater for use by PRSI (CASSANDRA-7742)
  * Include stress yaml example in release and deb (CASSANDRA-7717)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/0471f406/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
new file mode 100644
index 0000000..68c4171
Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.1.0.post.zip differ

http://git-wip-us.apache.org/repos/asf/cassandra/blob/0471f406/lib/cassandra-driver-internal-only-2.1.0c1.post.zip
----------------------------------------------------------------------
diff --git a/lib/cassandra-driver-internal-only-2.1.0c1.post.zip b/lib/cassandra-driver-internal-only-2.1.0c1.post.zip
deleted file mode 100644
index e66a12a..0000000
Binary files a/lib/cassandra-driver-internal-only-2.1.0c1.post.zip and /dev/null differ


[2/2] git commit: Merge branch 'cassandra-2.1.0' into cassandra-2.1

Posted by al...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: d71c8aa884e049ee10d8ebf4c90c6c3df8c6883b
Parents: 25c335f 0471f40
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Tue Aug 12 17:44:52 2014 +0300
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Tue Aug 12 17:44:52 2014 +0300

----------------------------------------------------------------------
 CHANGES.txt                                       |   1 +
 lib/cassandra-driver-internal-only-2.1.0.post.zip | Bin 0 -> 128879 bytes
 ...assandra-driver-internal-only-2.1.0c1.post.zip | Bin 128949 -> 0 bytes
 3 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d71c8aa8/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index de659e1,7e04bcb..01989f9
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,25 -1,5 +1,26 @@@
 +2.1.1
 + * Avoid IOOBE when building SyntaxError message snippet (CASSANDRA-7569)
 + * SSTableExport uses correct validator to create string representation of partition
 +   keys (CASSANDRA-7498)
 + * Avoid NPEs when receiving type changes for an unknown keyspace (CASSANDRA-7689)
 + * Add support for custom 2i validation (CASSANDRA-7575)
 + * Pig support for hadoop CqlInputFormat (CASSANDRA-6454)
 + * Add listen_interface and rpc_interface options (CASSANDRA-7417)
 + * Improve schema merge performance (CASSANDRA-7444)
 + * Adjust MT depth based on # of partition validating (CASSANDRA-5263)
 + * Optimise NativeCell comparisons (CASSANDRA-6755)
 + * Configurable client timeout for cqlsh (CASSANDRA-7516)
 + * Include snippet of CQL query near syntax error in messages (CASSANDRA-7111)
 +Merged from 2.0:
 + * Fix IncompatibleClassChangeError from hadoop2 (CASSANDRA-7229)
 + * Add 'nodetool sethintedhandoffthrottlekb' (CASSANDRA-7635)
 + * (cqlsh) Add tab-completion for CREATE/DROP USER IF [NOT] EXISTS (CASSANDRA-7611)
 + * Catch errors when the JVM pulls the rug out from GCInspector (CASSANDRA-5345)
 + * cqlsh fails when version number parts are not int (CASSANDRA-7524)
 +
 +
  2.1.0-rc6
+  * (cqlsh) Fix DESCRIBE for NTS keyspaces (CASSANDRA-7729)
   * Remove netty buffer ref-counting (CASSANDRA-7735)
   * Pass mutated cf to index updater for use by PRSI (CASSANDRA-7742)
   * Include stress yaml example in release and deb (CASSANDRA-7717)