Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support dynamic-composties when retrieving column families #50

Merged
merged 1 commit into from Jul 22, 2013

Conversation

ryfow
Copy link
Contributor

@ryfow ryfow commented Jul 12, 2013

There were two problems.

  1. (.getClassName comparator-type) can return something like:
    org.apache.cassandra.db.marshal.DynamicCompositeType(t=>org.apache.cassandra.db.marshal.TimeUUIDType,s=>org.apache.cassandra.db.marshal.UTF8Type) so the map lookup in types fails.

  2. :comparator-alias was not handled at all

There were two problems.

1) (.getClassName comparator-type) can return something like:
`org.apache.cassandra.db.marshal.DynamicCompositeType(t=>org.apache.cassandra.db.marshal.TimeUUIDType,s=>org.apache.cassandra.db.marshal.UTF8Type)` so the map lookup in `types` fails.

2) :comparator-alias was not handled at all
@pingles pingles merged commit f5db185 into pingles:master Jul 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants