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

Hudson commented on CASSANDRA-2646:
-----------------------------------

Integrated in Cassandra-0.7 #489 (See 
[https://builds.apache.org/hudson/job/Cassandra-0.7/489/])
    Allow limiting row slices in the cli
patch by slebresne; reviewed by xedin for CASSANDRA-2646

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1124780
Files : 
* 
/cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/cli/CliClient.java
* /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/cli/Cli.g


> Cli should be able to specify a limit for get_slice
> ---------------------------------------------------
>
>                 Key: CASSANDRA-2646
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2646
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 0.7.0
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>              Labels: cli
>             Fix For: 0.7.7
>
>         Attachments: 0001-Add-limit-for-get-when-a-slice.patch
>
>
> The cli doesn't allow
> {noformat}
> get cf['k'] limit 5;
> {noformat}
> but should. Actually it should probably allow
> {noformat}
> get cf['k']['c':'g'] limit 10;
> {noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to