On Mon, Jun 25, 2012 at 9:28 AM, Sylvain Lebresne <sylv...@datastax.com> wrote:
> On Mon, Jun 25, 2012 at 9:06 AM, Patrik Modesto
> <patrik.mode...@gmail.com> wrote:
>> I'm used to use Mutation for everything, so the first thing I tried
>> was Deletion on Counter column. Well, nothing happened. No error and
>> the Counter column was still there.
>
> That shouldn't happen.
>
>> The second try was the remove_counter() method. When I set just the
>> column_family of ColumnPath, nothing happened. No error and the
>> Counter column was still there. I supposed it would work like the
>> remove() method which would remove whole row.
>
> It should. If if it doesn't that would be a bug. If you can reproduce
> such a bug, then please do open a ticket.

I've tried again today and found one bug in my test program. Now
Deletion works as expected. The remove_counter() works as well, I
misinterpreted the results.

Regards,
P.

Reply via email to