RE: Trying to use the new column index feature

2010-08-27 Thread Jeremiah Jordan
If I remove the "colFam.column_metadata =" so that I don't have an indexed colum everything works fine. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Friday, August 27, 2010 11:29 AM To: dev@cassandra.apache.org Subject: Re: Trying to use the n

Re: Trying to use the new column index feature

2010-08-27 Thread Jonathan Ellis
the TProtocolException means you're either (most likely) mixing framed/unframed modes between client/server, or (less likely) creating an obsolete TBinaryProtocol. On Fri, Aug 27, 2010 at 10:13 AM, Jeremiah Jordan wrote: > I am trying to use the new column index feature.  I am using the nightly >