Re: get the latest column fails in cassandra 7

2010-07-23 Thread Jonathan Ellis
maybe you're confusing "timestamp order" with "column name order?" hard to say without a complete example including the inserts. On Tue, Jul 20, 2010 at 10:10 PM, Bujji4Tech wrote: > hi all , > I am trying Cassandra 7(using latest build) got problem in getting the > latest column in  a row. > >

get the latest column fails in cassandra 7

2010-07-20 Thread Bujji4Tech
hi all , I am trying Cassandra 7(using latest build) got problem in getting the latest column in a row. and my code is here SlicePredicate predicate = new SlicePredicate(); predicate.slice_range = new SliceRange(new byte[0], new byte[0], true,1); ColumnParent column_parent =