You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/08/17 18:45:17 UTC

[jira] Created: (CASSANDRA-1401) allow all operators in secondary clauses to index query

allow all operators in secondary clauses to index query
-------------------------------------------------------

                 Key: CASSANDRA-1401
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1401
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.7 beta 2


allowing GT (let alone LT) is harder on the "primary" index clause but easy on additional clauses, so we should allow that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1401) allow all operators in secondary clauses to index query

Posted by "Eric Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899590#action_12899590 ] 

Eric Evans commented on CASSANDRA-1401:
---------------------------------------

LGTM. +1

> allow all operators in secondary clauses to index query
> -------------------------------------------------------
>
>                 Key: CASSANDRA-1401
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1401
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>         Attachments: 1401.txt
>
>
> allowing GT (let alone LT) is harder on the "primary" index clause but easy on additional clauses, so we should allow that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-1401) allow all operators in secondary clauses to index query

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-1401:
--------------------------------------

    Attachment: 1401.txt

> allow all operators in secondary clauses to index query
> -------------------------------------------------------
>
>                 Key: CASSANDRA-1401
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1401
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>         Attachments: 1401.txt
>
>
> allowing GT (let alone LT) is harder on the "primary" index clause but easy on additional clauses, so we should allow that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-1401) allow all operators in secondary clauses to index query

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899838#action_12899838 ] 

Hudson commented on CASSANDRA-1401:
-----------------------------------

Integrated in Cassandra #517 (See [https://hudson.apache.org/hudson/job/Cassandra/517/])
    allow compound index clauses to include non-EQ operators.  patch by jbellis; reviewed by eevans for CASSANDRA-1401


> allow all operators in secondary clauses to index query
> -------------------------------------------------------
>
>                 Key: CASSANDRA-1401
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1401
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>         Attachments: 1401.txt
>
>
> allowing GT (let alone LT) is harder on the "primary" index clause but easy on additional clauses, so we should allow that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-1401) allow all operators in secondary clauses to index query

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1401.
---------------------------------------

      Reviewer: urandom
    Resolution: Fixed

committed

> allow all operators in secondary clauses to index query
> -------------------------------------------------------
>
>                 Key: CASSANDRA-1401
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1401
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>         Attachments: 1401.txt
>
>
> allowing GT (let alone LT) is harder on the "primary" index clause but easy on additional clauses, so we should allow that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.