You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Evan Weaver (JIRA)" <ji...@apache.org> on 2009/06/30 10:40:47 UTC

[jira] Created: (CASSANDRA-268) Allow get_key_range to work at the supercolumn level

Allow get_key_range to work at the supercolumn level
----------------------------------------------------

                 Key: CASSANDRA-268
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-268
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Evan Weaver


Currently get_key_range can only return keys in a column_family space...for API completeness, there should be a get_key_range_super that returns keys in a supercolumn space.

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


[jira] Resolved: (CASSANDRA-268) Allow get_key_range to work at the supercolumn level

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

Jonathan Ellis resolved CASSANDRA-268.
--------------------------------------

    Resolution: Invalid

get_key_range works at they row key level, and doesn't care whether it operates on standard or supercolumn families.

but pulling keys out from inside a CF doesn't make sense (super or otherwise).

> Allow get_key_range to work at the supercolumn level
> ----------------------------------------------------
>
>                 Key: CASSANDRA-268
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-268
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Evan Weaver
>
> Currently get_key_range can only return keys in a column_family space...for API completeness, there should be a get_key_range_super that returns keys in a supercolumn space.

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


[jira] Commented: (CASSANDRA-268) Allow get_key_range to work at the supercolumn level

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

Evan Weaver commented on CASSANDRA-268:
---------------------------------------

I disagree, sort of, but it's not important. I'll be addressing issues in API completeness/consistency in general in a more robust way on the mailing list, I think.

> Allow get_key_range to work at the supercolumn level
> ----------------------------------------------------
>
>                 Key: CASSANDRA-268
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-268
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Evan Weaver
>
> Currently get_key_range can only return keys in a column_family space...for API completeness, there should be a get_key_range_super that returns keys in a supercolumn space.

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