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

Jeremiah Jordan commented on CASSANDRA-7726:
--------------------------------------------

SGTM. CRR has been out for a while. So we should probably leave the ability to 
provide the whole statement and let you either provide the whole thing (and you 
are responsible for the token stuff) or use it like CPRR.

> 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.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