Skip to content

Commit

Permalink
Changing sorted-map to array-map, as it preserves original sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
ifesdjeen committed Sep 23, 2012
1 parent f0e5002 commit 0722bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/clojurewerkz/cassaforte/conversion.clj
Expand Up @@ -327,7 +327,7 @@
(cb/deserialize key-format (:key %)))
list))
values (reverse (map #(to-plain-hash (or (:columns %) (:value %))) list))]
(apply sorted-map (interleave names values)))))
(apply array-map (interleave names values)))))

ColumnOrSuperColumn
(to-plain-hash
Expand Down

0 comments on commit 0722bbe

Please sign in to comment.