Re: need help with triggers

2013-10-28 Thread kaveh minooie
3 01:28 PM, Jonathan Ellis wrote: UnsortedColumns is a subclass of CF that only supports iterating through the cells, not random access. On Mon, Oct 28, 2013 at 2:36 PM, kaveh minooie wrote: Hi I am not sure if, stricly speaking, this is a dev list issue, but i figured I would probably hav

need help with triggers

2013-10-28 Thread kaveh minooie
{ throw new UnsupportedOperationException(); } Now what I want to know is, first of all, why I am getting an unsortedColumns instead of ColumnFamily? and how I can access my columns from this class anyway? the CF that I am running this trigger on is created using CQL3. thanks, -- Kaveh Minooie