Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45FB418C3B for ; Mon, 6 Jul 2015 16:26:47 +0000 (UTC) Received: (qmail 60228 invoked by uid 500); 6 Jul 2015 16:26:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 60179 invoked by uid 500); 6 Jul 2015 16:26:47 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 59844 invoked by uid 99); 6 Jul 2015 16:26:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2015 16:26:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BAC29E039E; Mon, 6 Jul 2015 16:26:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jake@apache.org To: commits@cassandra.apache.org Date: Mon, 06 Jul 2015 16:26:48 -0000 Message-Id: <900f0615c6d040adab5d102d16efdb2e@git.apache.org> In-Reply-To: <50cc7cf324134ef498f7d109390c80ed@git.apache.org> References: <50cc7cf324134ef498f7d109390c80ed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] cassandra git commit: cqlsh: Fix bad DESCRIBE CQL-compat check on COMPACT tables 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/trunk Commit: db39257c34152f6ccf8d53784cea580dbfe1edad Parents: eb875b4 Author: Tyler Hobbs Authored: Fri Jul 3 10:22:58 2015 -0500 Committer: T Jake Luciani 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