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/08/02 01:10:09 UTC

[1/2] git commit: cqlsh: Upgrade bundled py driver to fix nulls in UDTS and tuples

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 824ffa1da -> 40a21c0bf


cqlsh: Upgrade bundled py driver to fix nulls in UDTS and tuples

Patch by Tyler Hobbs; review by Aleksey Yeschenko for CASSANDRA-7656


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

Branch: refs/heads/cassandra-2.1
Commit: fe78e8149646df7686da48f44fe304181ea5a417
Parents: 110a132
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Fri Aug 1 18:08:19 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Fri Aug 1 18:08:19 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe78e814/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9cff11a..c95a22c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.1.0-final
+ * (cqlsh) Handle nulls in UDTs and tuples correctly (CASSANDRA-7656)
  * Don't use strict consistency when replacing (CASSANDRA-7568)
  * Fix min/max cell name collection on 2.0 SSTables with range
    tombstones (CASSANDRA-7593)

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

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


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

Posted by ty...@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/40a21c0b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/40a21c0b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/40a21c0b

Branch: refs/heads/cassandra-2.1
Commit: 40a21c0bf6f0a9dfacf39ca3e3047b6987f2bb4c
Parents: 824ffa1 fe78e81
Author: Tyler Hobbs <ty...@datastax.com>
Authored: Fri Aug 1 18:09:44 2014 -0500
Committer: Tyler Hobbs <ty...@datastax.com>
Committed: Fri Aug 1 18:09:44 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/40a21c0b/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index 9eb620c,c95a22c..e7e2304
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,17 -1,5 +1,18 @@@
 +2.1.1
 + * 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:
 + * (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)
 +
 +
  2.1.0-final
+  * (cqlsh) Handle nulls in UDTs and tuples correctly (CASSANDRA-7656)
   * Don't use strict consistency when replacing (CASSANDRA-7568)
   * Fix min/max cell name collection on 2.0 SSTables with range
     tombstones (CASSANDRA-7593)