Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables patch by Stefania Alborghetti; reviewed by Adam Holmberg for CASSANDRA-11055
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06bb6b9d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06bb6b9d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/06bb6b9d Branch: refs/heads/cassandra-3.0 Commit: 06bb6b9d095205869f22cfe4fbd8877dff006f9b Parents: 4008e9b Author: Stefania Alborghetti <[email protected]> Authored: Thu May 19 10:00:35 2016 +0800 Committer: Stefania Alborghetti <[email protected]> Committed: Thu Jun 2 14:06:33 2016 +0200 ---------------------------------------------------------------------- CHANGES.txt | 1 + ...ssandra-driver-internal-only-2.7.2-5d33cb4.zip | Bin 0 -> 226546 bytes lib/cassandra-driver-internal-only-2.7.2.zip | Bin 229600 -> 0 bytes 3 files changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index a437322..619dc61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.1.15 + * Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables (CASSANDRA-11055) * cqlsh: apply current keyspace to source command (CASSANDRA-11152) * Backport CASSANDRA-11578 (CASSANDRA-11750) * Clear out parent repair session if repair coordinator dies (CASSANDRA-11824) http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip ---------------------------------------------------------------------- diff --git a/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip new file mode 100644 index 0000000..c59208b Binary files /dev/null and b/lib/cassandra-driver-internal-only-2.7.2-5d33cb4.zip differ http://git-wip-us.apache.org/repos/asf/cassandra/blob/06bb6b9d/lib/cassandra-driver-internal-only-2.7.2.zip ---------------------------------------------------------------------- diff --git a/lib/cassandra-driver-internal-only-2.7.2.zip b/lib/cassandra-driver-internal-only-2.7.2.zip deleted file mode 100644 index f2e75f1..0000000 Binary files a/lib/cassandra-driver-internal-only-2.7.2.zip and /dev/null differ
