pingles / clj-hector

Simple Cassandra client for Clojure
42 stars 19 forks source link

Another try at fixing #38. #39

Closed ryfow closed 11 years ago

ryfow commented 11 years ago

This version gets all of the columns into map without it converting into a hash-map. I still think sorted-map results in subtly incorrect data structure. I'm not convinced an array map is the correct choice but it's a reasonable interim solution.

pingles commented 11 years ago

Thanks- have pushed the 0.2.5 release to Clojars.