pingles / clj-hector

Simple Cassandra client for Clojure
42 stars 19 forks source link

column metadata and update-column-family #35

Closed ryfow closed 12 years ago

ryfow commented 12 years ago

This is all in support of adding ddl/update-column-family. For some reason my co-workers don't like me blowing away their data every time I need to update the column family metadata.

You need a column family's id in order to use Cluster.updateColumnFamily, so I added that. And then to test test that metadata updates are actually happening, I added the column families' metadata to the results of ddl/column-families.

pingles commented 12 years ago

Thanks for all your work! I've pushed this in a 0.2.3 release to Clojars.

ryfow commented 12 years ago

Glad to help. Thank for the release.