Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 10781 invoked from network); 6 May 2010 18:20:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 May 2010 18:20:21 -0000 Received: (qmail 34375 invoked by uid 500); 6 May 2010 18:20:20 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 34319 invoked by uid 500); 6 May 2010 18:20:20 -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 34311 invoked by uid 99); 6 May 2010 18:20:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 18:20:20 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 weijunli@gmail.com designates 209.85.222.172 as permitted sender) Received: from [209.85.222.172] (HELO mail-pz0-f172.google.com) (209.85.222.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 18:20:14 +0000 Received: by pzk2 with SMTP id 2so120372pzk.29 for ; Thu, 06 May 2010 11:19:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=lR98dfhuzsNM6nnoICX0LR6BAhzsX/xY+Gr8ZPX0ysc=; b=w49W+MBZBAt8+ij+8EauZxpXa4jh1M3kO0TBJVoTRaCg/jmQ4/fPPP/O9CxoP9egwx uBs+F5L2zepEbOCWkTQWbcg2OhH+c9pv+5tNauWevR0bUJm1+uC9QHdLO0LDHIcgIiC+ FgzNuVlq4orQ3g76id6zycg4wUb+XSxStm6Kg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aIZzZdW93TSyAs76UC9HqGXpPqWLMkek6S59gvw7YOiyrVwItsd3auLLOm3W+WTVwI q3RR4PVnDBtCddcdsmeotsn7UiQ9Gr91bVZ57VhBu5lER2966DEROAlSMMgvSIENzptT jTzd8RLQfG0n2WVHs/O+1PBCIDJd5tTOhoVkI= MIME-Version: 1.0 Received: by 10.140.55.12 with SMTP id d12mr6849789rva.208.1273169993877; Thu, 06 May 2010 11:19:53 -0700 (PDT) Received: by 10.140.247.13 with HTTP; Thu, 6 May 2010 11:19:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 May 2010 11:19:53 -0700 Message-ID: Subject: Re: Deletion batch mutate From: Weijun Li To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=0050450294be3949e80485f0fd6f --0050450294be3949e80485f0fd6f Content-Type: text/plain; charset=ISO-8859-1 Mutation.ColumnOrSuperColumn takes either super column or regular column. On Thu, May 6, 2010 at 11:16 AM, Sonny Heer wrote: > The Deletion Class only has a setSuper_column method. Does this work > with regular columns as well? if not, how do you add a mutation for > column delete? > --0050450294be3949e80485f0fd6f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mutation.ColumnOrSuperColumn takes either super column or regular column.
On Thu, May 6, 2010 at 11:16 AM, Sonny Hee= r <sonnyheer@gm= ail.com> wrote:
The Deletion Clas= s only has a setSuper_column method. =A0Does this work
with regular columns as well? =A0if not, how do you add a mutation for
column delete?

--0050450294be3949e80485f0fd6f--