[ https://issues.apache.org/jira/browse/CASSANDRA-7726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091218#comment-14091218 ]
Jeremiah Jordan edited comment on CASSANDRA-7726 at 8/8/14 8:09 PM: -------------------------------------------------------------------- We should also append the token stuff to the users query if they don't put it there. As without the token stuff the query is not going to do what the user expects. (Related to CASSANDRA-7725) was (Author: jjordan): We should also append the token stuff to the users query if they don't put it there. As without the token stuff the query is not going to do what the user expects. > 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)