From f8b939ab0d7949c1ac2425ba59bde4b9b6fbf3a3 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Fri, 16 Nov 2012 12:33:16 +0100 Subject: [PATCH] Remove ALTER TABLE DROP until #3919 is resolved --- NEWS.txt | 3 +++ doc/cql3/CQL.textile | 6 +----- src/java/org/apache/cassandra/cql3/Cql.g | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 24474cc97b..639e3c915b 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -72,6 +72,9 @@ Upgrading Also, the consistency level cannot be set in the language anymore, but is at the protocol level. Please refer to the CQL3 documentation for details. + - In CQL3, the DROP behavior from ALTER TABLE has currently been removed + (because it was not correctly implemented). We hope to add it back soon + (Cassandra 1.2.1 or 1.2.2) Features -------- diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile index 514473d598..bf2746e798 100644 --- a/doc/cql3/CQL.textile +++ b/doc/cql3/CQL.textile @@ -324,7 +324,6 @@ bc(syntax).. ::= ALTER TYPE | ADD - | DROP | WITH