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/03/04 21:09:39 UTC

[jira] [Commented] (CASSANDRA-8613) Regression in mixed single and multi-column relation support

    [ https://issues.apache.org/jira/browse/CASSANDRA-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347488#comment-14347488 ] 

Benjamin Lerer commented on CASSANDRA-8613:
-------------------------------------------

The branches with the latest patches are there: [cassandra-2.0|https://github.com/apache/cassandra/compare/trunk...blerer:CASSANDRA-8613-2.0], [cassandra-2.1|https://github.com/apache/cassandra/compare/trunk...blerer:CASSANDRA-8613-2.1] and [trunk|https://github.com/apache/cassandra/compare/trunk...blerer:CASSANDRA-8613-trunk]

> Regression in mixed single and multi-column relation support
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-8613
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8613
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Tyler Hobbs
>            Assignee: Benjamin Lerer
>             Fix For: 2.1.4
>
>         Attachments: CASSANDRA-8613-2.0.txt, CASSANDRA-8613-2.1.txt, CASSANDRA-8613-trunk.txt
>
>
> In 2.0.6 through 2.0.8, a query like the following was supported:
> {noformat}
> SELECT * FROM mytable WHERE clustering_0 = ? AND (clustering_1, clustering_2) > (?, ?)
> {noformat}
> However, after CASSANDRA-6875, you'll get the following error:
> {noformat}
> Clustering columns may not be skipped in multi-column relations. They should appear in the PRIMARY KEY order. Got (c, d) > (0, 0)
> {noformat}



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