Re: BytesType and UTF8Type

2015-01-26 Thread Sylvain Lebresne
On Fri, Jan 23, 2015 at 5:28 PM, Ken Hancock wrote: > > I have some thrift column families that were created with BytesType. All > the data written to the keys/columns/values were simple string. > > In cassandra-cli, I can "correct" these to UTF8Type (I believe both > UTF8Type and BytesType are

BytesType and UTF8Type

2015-01-23 Thread Ken Hancock
I have some thrift column families that were created with BytesType. All the data written to the keys/columns/values were simple string. In cassandra-cli, I can "correct" these to UTF8Type (I believe both UTF8Type and BytesType are serialized similarly?) but I can't convert these blobs to text vi