Description
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
input_cql = SELECT * FROM ks.tab WHERE token(x,y,z) > ? AND token (x,y,z) <= ?
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-7725 CqlRecordReader does not validate input_cql Statments
- Resolved