[ 
https://issues.apache.org/jira/browse/CASSANDRA-7726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Adamson updated CASSANDRA-7726:
------------------------------------

    Attachment: 7726-2.txt

> Give CRR a default input_cql Statement
> --------------------------------------
>
>                 Key: CASSANDRA-7726
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7726
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Hadoop
>            Reporter: Russell Alexander Spitzer
>            Assignee: Mike Adamson
>             Fix For: 2.0.10, 2.1.0
>
>         Attachments: 7726-2.txt, 7726.txt
>
>
> Inorder to ease migration from CqlPagingRecordReader to CqlRecordReader, it 
> would be helpful if CRR input_cql defaulted to a select statement that would 
> mirror the behavior of CPRR.
> For example for a give table with partition key `((x,y,z),c1,c2)`
> It would automatically generate
> {code}
> input_cql = SELECT * FROM ks.tab WHERE token(x,y,z) > ? AND token (x,y,z) <= 
> ? 
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to