Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1173C109CD for ; Thu, 22 Aug 2013 12:30:53 +0000 (UTC) Received: (qmail 38339 invoked by uid 500); 22 Aug 2013 12:30:52 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 38319 invoked by uid 500); 22 Aug 2013 12:30:52 -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 38290 invoked by uid 99); 22 Aug 2013 12:30:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 12:30:52 +0000 Date: Thu, 22 Aug 2013 12:30:52 +0000 (UTC) From: "David Semeria (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5920) Allow secondary indexed columns to be used with IN operator 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-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Semeria updated CASSANDRA-5920: ------------------------------------- Description: Related to https://issues.apache.org/jira/browse/CASSANDRA-4709 Currently we get: Cannot use IN operator on column not part of the PRIMARY KEY But with any other than the first element of a composite primary key we get: PRIMARY KEY part [COLUMN] cannot be restricted by IN relation This is a pity, because one of the main attractions of CQL over the thrift API is the ability to do OR filtering on the node rather than the client was: Related to https://issues.apache.org/jira/browse/CASSANDRA-4709 Currently we get: Cannot use IN operator on column not part of the PRIMARY KEY But with composite primary keys we get: PRIMARY KEY part [COLUMN] cannot be restricted by IN relation This is a pity, because one of the main attractions of CQL over the thrift API is the ability to do OR filtering on the node rather than the client > Allow secondary indexed columns to be used with IN operator > ----------------------------------------------------------- > > Key: CASSANDRA-5920 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5920 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: David Semeria > > Related to https://issues.apache.org/jira/browse/CASSANDRA-4709 > Currently we get: Cannot use IN operator on column not part of the PRIMARY KEY > But with any other than the first element of a composite primary key we get: PRIMARY KEY part [COLUMN] cannot be restricted by IN relation > This is a pity, because one of the main attractions of CQL over the thrift API is the ability to do OR filtering on the node rather than the client -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira