Hello, Has anyone had a problem with automatic pagination returning different results everytime (this is for a table with ~180,000 rows)? I'm going through each page and inserting the results into an array and each time I go through all the pages, the resultant array has a different size.
This happens whether I use a SELECT query with automatic paging using the Ruby driver or a COPY to CSV command with cqlsh. -Sid