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

Jonathan Ellis commented on CASSANDRA-70:
-----------------------------------------

I meant this:

        if (predicate.column_names == null)
            for (String key: keys)
                commands.add(new SliceFromReadCommand(keyspace, key, 
column_parent, range.start, range.finish, range.reversed, range.count));
        else
            for (String key: keys)
                commands.add(new SliceByNamesReadCommand(keyspace, key, 
column_parent, predicate.column_names));


> MultiGet
> --------
>
>                 Key: CASSANDRA-70
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-70
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 0.4
>            Reporter: Jonathan Ellis
>            Assignee: Chris Goffinet
>         Attachments: 
> 0001-Added-multiget-support.-Added-new-multiget_-interface-v2.patch, 
> 0001-CASSANDRA-70-Multiget-interface-changes.patch, 
> 0002-CASSANDRA-70-Remove-multiget-interfaces-and-MultiAsy.patch
>
>
> Avinash is working on a multiget interface (requesting data from multiple 
> keys at once).

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

Reply via email to