Re: Github pull requests

2016-08-26 Thread Andres de la Peña
+1 to GitHub PRs, I think it will make things easier. El viernes, 26 de agosto de 2016, Jason Brown escribió: > D'oh, forgot to explicitly state that I am +1 one on the github PR proposal > :) > > On Fri, Aug 26, 2016 at 11:07 AM, Jason Brown > wrote: > > > It seems to me we might get more cont

Re: Cassandra Java Driver and DataStax

2016-06-06 Thread Andres de la Peña
Hi all, I work for Stratio, a software company not related with DataStax. We develop an implementation of C* secondary indexes based on Lucene ( https://github.com/Stratio/cassandra-lucene-index). This project started as a fork of Apache Cassandra including several Lucene features such as full-tex

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