Re: Issue with pagination and IN clause

2016-02-22 Thread Benjamin Lerer
Thanks for reporting and confirming the issue. I was able to reproduce it without problems. I have open https://issues.apache.org/jira/browse/CASSANDRA-11208 I will have a quick look at it tomorrow. Benjamin On Mon, Feb 22, 2016 at 4:10 PM, Andres de la Peña wrote: > Hi, > > I have found the

Re: Issue with pagination and IN clause

2016-02-22 Thread Andres de la Peña
Hi, I have found the same problem. It seems that it happens when the fetch size is greater than or equals to the number of returned rows. The problem is that the first row of each page is the last row of the previous page. It can also be easily reproduced with cqlsh: CREATE KEYSPACE test with rep

Re: Issue with pagination and IN clause

2016-02-22 Thread Benjamin Lerer
Thanks for reporting the problem. I will look into it. Regards, Benjamin On Sun, Feb 21, 2016 at 3:19 PM, Luis Ángel Vicente Sánchez < langel.gro...@gmail.com> wrote: > I think I have found an issue when you have a simple column family with a > simple primary key (no clustering keys) and you us