Re: Missing rows while scanning table using java driver

2016-02-03 Thread priyanka gugale
">" operator would assure that you skip the first token. > > -- Jack Krupansky > > On Wed, Feb 3, 2016 at 1:36 AM, Priyanka Gugale <pri...@apache.org> wrote: > >> Hi, >> >> I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am trying to &g

Missing rows while scanning table using java driver

2016-02-02 Thread Priyanka Gugale
Hi, I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am trying to scan a table as per suggestions given here , On running the code to fetch records from table, it fetches different number of

Re: Missing rows while scanning table using java driver

2016-02-02 Thread priyanka gugale
g feature instead of messing with > tokens ? > > http://datastax.github.io/java-driver/manual/paging/ > > On Wed, Feb 3, 2016 at 7:36 AM, Priyanka Gugale <pri...@apache.org> wrote: > >> Hi, >> >> I am using Cassandra 2.2.0 and cassandra driver 2.1.8. I am tryi