Re: Schema not translated completely from Thrift protocol to CQL protocol

2016-11-03 Thread Nitin Pasari
bump. On Tue, Nov 1, 2016 at 1:16 PM, Nitin Pasari wrote: > Hi, > > I am trying to move from using pycassa to native protocol in my project > (which will let us upgrade the version of cassandra). My schema was defined > using pycassa so it created a Column family using compact storage and it > h

Schema not translated completely from Thrift protocol to CQL protocol

2016-11-01 Thread Nitin Pasari
Hi, I am trying to move from using pycassa to native protocol in my project (which will let us upgrade the version of cassandra). My schema was defined using pycassa so it created a Column family using compact storage and it has 3 columns which are not part of the composite primary key (I know thi