Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 74627 invoked from network); 20 Oct 2010 17:48:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 17:48:46 -0000 Received: (qmail 49088 invoked by uid 500); 20 Oct 2010 17:48:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 49068 invoked by uid 500); 20 Oct 2010 17:48:46 -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 49060 invoked by uid 99); 20 Oct 2010 17:48:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 17:48:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 17:48:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9KHmPdw029416 for ; Wed, 20 Oct 2010 17:48:25 GMT Message-ID: <5835286.13641287596905390.JavaMail.jira@thor> Date: Wed, 20 Oct 2010 13:48:25 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1615) cli index scan support In-Reply-To: <8526954.112951286977113522.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923063#action_12923063 ] Jonathan Ellis commented on CASSANDRA-1615: ------------------------------------------- {code} [junit] Testcase: testCli(org.apache.cassandra.cli.CliTest): FAILED [junit] null [junit] junit.framework.AssertionFailedError: null [junit] at org.apache.cassandra.cli.CliTest.testCli(CliTest.java:98) [junit] [junit] [junit] Test org.apache.cassandra.cli.CliTest FAILED {code} > cli index scan support > ---------------------- > > Key: CASSANDRA-1615 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1615 > Project: Cassandra > Issue Type: New Feature > Components: Tools > Affects Versions: 0.7 beta 1 > Reporter: Jonathan Ellis > Assignee: Pavel Yaskevich > Fix For: 0.7.0 > > Attachments: CASSANDRA-1615-v2.patch, CASSANDRA-1615-v3.patch, CASSANDRA-1615.patch > > > cli needs to support get_indexed_slices. > one syntax might be > {code} > GET cf WHERE column1=value1 AND column2>value2 > {code} > (OR is not supported by get_indexed_slices, only AND) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.