Re: Thrift composite partition key to cql migration

2016-03-31 Thread Tyler Hobbs
Also, can you paste the results of the relevant portions of "SELECT * FROM system.schema_columns" and "SELECT * FROM system.schema_columnfamilies"? On Thu, Mar 31, 2016 at 2:35 PM, Tyler Hobbs wrote: > In the Thrift schema, is the key_validation_class actually set to >

Re: Thrift composite partition key to cql migration

2016-03-31 Thread Tyler Hobbs
In the Thrift schema, is the key_validation_class actually set to CompositeType(UTF8Type, UTF8Type), or is it just BytesType? What Cassandra version? On Wed, Mar 30, 2016 at 4:44 PM, Jan Kesten wrote: > Hi, > > while migrating the reminder of thrift operations in my

Thrift composite partition key to cql migration

2016-03-30 Thread Jan Kesten
Hi, while migrating the reminder of thrift operations in my application I came across a point where I cant find a good hint. In our old code we used a composite with two strings as row / partition key and a similar composite as column key like this: public Composite rowKey() {