Re: get_range_slices return the same rows

2010-07-14 Thread Jonathan Ellis
This is a bug. If you can give us data to reproduce with we can fix it faster. On Wed, Jul 14, 2010 at 10:29 AM, shimi wrote: > I wrote a code that iterate on all the rows by using get_range_slices. > for the first call I use KeyRange from "" to "". > for all the others I use from iteration> to

get_range_slices return the same rows

2010-07-14 Thread shimi
I wrote a code that iterate on all the rows by using get_range_slices. for the first call I use KeyRange from "" to "". for all the others I use from to "". I always get the same rows that I got in the previous iteration. I tried changing the batch size but I still gets the same results. I tried i