Russell Alexander Spitzer created CASSANDRA-7726:
----------------------------------------------------
Summary: Give CRR a default input_cql Statement
Key: CASSANDRA-7726
URL: https://issues.apache.org/jira/browse/CASSANDRA-7726
Project: Cassandra
Issue Type: Improvement
Reporter: Russell Alexander Spitzer
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)