Hi,
I'm trying a test scenario where I create 100 rows in a CF, then
use get_range_slices to get all the rows, and I get 100 rows, so far so good
then after the test I delete the rows using "remove" but without a column or
super column, this deletes the row, I can confirm that cos if I try to get
it with get_slice using the key I get nothing

but then if I do get_range_slice again, where the range goes between new
byte[0] and new byte[0] (therefore returning everything), I still get the
100 row keys

is that expected to be?

thanks

Nicolas Santini

Reply via email to