I was misreading the result with the original slice range. I should have been expecting exactly 2 ColumnOrSuperColumns, which is what I got. I was erroneously expecting only 1.
Thanks! Jonathan 2010/6/8 Ted Zlatanov <t...@lifelogs.com>: > On Mon, 7 Jun 2010 17:20:56 -0500 Jonathan Shook <jsh...@gmail.com> wrote: > > JS> The point is to get the "last" super-column. > ... > JS> Is the Perl Thrift client problematic, or is there something else that > JS> I am missing? > > Try Net::Cassandra::Easy; if it does what you want, look at the debug > output or trace the code to see how the predicate is specified so you > can duplicate that in your own code. > > In general yes, the Perl Thrift interface is problematic. It's slow and > semantically inconsistent. > > Ted > >