Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Use CompositeType #170

Open
benmccann opened this issue Apr 1, 2012 · 1 comment
Open

Use CompositeType #170

benmccann opened this issue Apr 1, 2012 · 1 comment

Comments

@benmccann
Copy link
Contributor

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?

@tjake
Copy link
Owner

tjake commented Apr 9, 2012

Correct, Solandra came before composite types.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants