You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2015/01/29 11:28:34 UTC

[jira] [Created] (CASSANDRA-8701) Allow multi-column restrictions on partition key compounds

Benjamin Lerer created CASSANDRA-8701:
-----------------------------------------

             Summary: Allow multi-column restrictions on partition key compounds
                 Key: CASSANDRA-8701
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8701
             Project: Cassandra
          Issue Type: Bug
            Reporter: Benjamin Lerer
            Assignee: Benjamin Lerer
            Priority: Minor


We would like to allow queries like:
{code}SELECT * FROM foo WHERE (k1, k2) IN ( (0, 1) , (1, 2) ){code}
were k1 and k2 are partition key compounds.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)