On Tue, Oct 16, 2012 at 11:57 AM, Vivek Mishra <mishra.v...@gmail.com> wrote: > ------------------- > RowKey: Jayne Cobb > => (column=2012-07-24:2:alliance_involvement, value=false, > timestamp=1350381005020000) > => (column=2012-07-24:2:energy_used, value=4.6, timestamp=1350381005020001) > > > Not sure, why is it not getting non-composite column(e.g. ships_destroyed in > this case).
You have all the data in there. The ships_destroyed is the second component of each of your column names. That's just the way CQL3 encodes things underneath. -- Sylvain