Open benmccann opened 12 years ago
CassandraUtil.createColumnName looks to be create a fake composite column: return (field + delimeter + text).getBytes("UTF-8");
Is there any reason not to use CompositeType here? Is it just that Solandra precedes composite columns and has not been updated yet?
Correct, Solandra came before composite types.
CassandraUtil.createColumnName looks to be create a fake composite column: return (field + delimeter + text).getBytes("UTF-8");
Is there any reason not to use CompositeType here? Is it just that Solandra precedes composite columns and has not been updated yet?