We're using 0.8.1, and found the CQL count(*) is counting deleted columns, CLI 
doesn't have this issue. Is it a bug?

cqlsh> select * from CF where key = 'foo';
u'foo'

cqlsh> select count(*) from CF where key = 'foo';
(3,)

Reply via email to