Return-Path: Delivered-To: apmail-incubator-cassandra-dev-archive@minotaur.apache.org Received: (qmail 59964 invoked from network); 10 Feb 2010 03:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2010 03:43:59 -0000 Received: (qmail 64280 invoked by uid 500); 10 Feb 2010 03:43:59 -0000 Delivered-To: apmail-incubator-cassandra-dev-archive@incubator.apache.org Received: (qmail 64191 invoked by uid 500); 10 Feb 2010 03:43:59 -0000 Mailing-List: contact cassandra-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-dev@incubator.apache.org Received: (qmail 64181 invoked by uid 99); 10 Feb 2010 03:43:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 03:43:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcd-cassandra-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2010 03:43:49 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nf3U8-0004GJ-OP for cassandra-dev@incubator.apache.org; Wed, 10 Feb 2010 04:43:28 +0100 Received: from c-98-227-29-141.hsd1.il.comcast.net ([98.227.29.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Feb 2010 04:43:28 +0100 Received: from tzz by c-98-227-29-141.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Feb 2010 04:43:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: cassandra-dev@incubator.apache.org From: Ted Zlatanov Subject: need help with filtering columns Date: Tue, 09 Feb 2010 21:42:35 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Lines: 12 Message-ID: <87tytpeoyc.fsf@lifelogs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-227-29-141.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:1Ijx8gz0yGkbHm93r4sIv7NuGm4= Sender: news X-Virus-Checked: Checked by ClamAV on apache.org I put up some patches implementing bitmasks applied to a SliceRange: http://issues.apache.org/jira/browse/CASSANDRA-764 I'm getting crazy column names when I try to use the predicates, though (see "ant test -Dtest.name=TableTest"). Something is getting stringified or otherwise corrupted and I can't figure it out. I've looked at the code for a while and hope it's something really obvious I'm overlooking. Thanks Ted