Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 31369 invoked from network); 13 May 2010 21:12:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 May 2010 21:12:49 -0000 Received: (qmail 43683 invoked by uid 500); 13 May 2010 21:12:48 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 43619 invoked by uid 500); 13 May 2010 21:12:48 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 43611 invoked by uid 99); 13 May 2010 21:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 21:12:48 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gdusbabek@gmail.com designates 209.85.210.181 as permitted sender) Received: from [209.85.210.181] (HELO mail-yx0-f181.google.com) (209.85.210.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 May 2010 21:12:42 +0000 Received: by yxe11 with SMTP id 11so638477yxe.10 for ; Thu, 13 May 2010 14:12:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2W+6bafQAYrU3e40+CSvzEaJup7cISu9cn+Cd6dMdW0=; b=BHxjVDqvdajzttfenLQxDjFCVJGXk4xGi3dS+OKHKO2aLJ8/qwTZ2E3wvgwO6StnUd STA2lBFl2hZLtBc61XqQxLKPnjaC++wbLR3vIgAibVWODIGhi2t4XdLgmbLaAVn2vrSb KIdUNbB6Ua2TYVIAtT1LA8XnqJ8uyOJqQg/GA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=OEqIt12wKbV5EkGYnUA0U2Ekr0M6STbb68jn4ihbNCna2FSBesmLwzVGQUGr0bkyb2 UumRoT9d149ORP2CaQ0bfY/a8ttsxODfu1vlZkJmqFjBCpo4DLZW01LYV1q04Mdsno7u F4NMy74iJROb8cVPV5WHWLozFUrynS1tr1tVY= MIME-Version: 1.0 Received: by 10.150.180.16 with SMTP id c16mr1097327ybf.4.1273785141062; Thu, 13 May 2010 14:12:21 -0700 (PDT) Received: by 10.150.201.6 with HTTP; Thu, 13 May 2010 14:12:21 -0700 (PDT) Reply-To: gdusbabek@gmail.com In-Reply-To: <4BEC6A3F.5030007@real.com> References: <4BEC6A3F.5030007@real.com> Date: Thu, 13 May 2010 16:12:21 -0500 Message-ID: Subject: Re: batch mutate + deletion + slice range predicate unsupported From: Gary Dusbabek To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes--0.7. I aim to make it part of https://issues.apache.org/jira/browse/CASSANDRA-494 (remove_slice). Gary. On Thu, May 13, 2010 at 16:08, B. Todd Burruss wrote: > i just figured out that can't do a batch mutate + deletion that uses a sl= ice > range predicate. =A0is adding this functionality targeted for a particula= r > release? =A0what i am trying to do is delete the first X columns in a row= . =A0i > can get around it by requesting all the columns in question and then > removing, but not as optimal. > > InvalidRequestException(why:Deletion does not yet support SliceRange > predicates.) > =A0 =A0at > org.apache.cassandra.thrift.Cassandra$batch_mutate_result.read(Cassandra.= java:15345) > =A0 =A0at > org.apache.cassandra.thrift.Cassandra$Client.recv_batch_mutate(Cassandra.= java:796) > =A0 =A0at > org.apache.cassandra.thrift.Cassandra$Client.batch_mutate(Cassandra.java:= 772) > >