Skip to content

Commit

Permalink
Add :all-versions to (delete)
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoski committed Nov 6, 2013
1 parent 3525562 commit 6c41c2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clojure_hbase/core.clj
Expand Up @@ -513,7 +513,6 @@
;; partition the command sequence.
(def ^{:private true} delete-argnums
{:column 1 ;; :column [:family-name :qualifier]
:all-versions 1 ;; :all-versions [:family-name :qualifier]
:columns 1 ;; :columns [:family-name [:q1 :q2...]...]
:family 1 ;; :family :family-name
:families 1 ;; :families [:family1 :family2 ...]
Expand Down Expand Up @@ -615,7 +614,6 @@
(condp = (first spec)
:with-timestamp (handle-delete-ts delete-op spec)
:with-timestamp-before (handle-delete-ts delete-op spec)
:all-versions (handle-delete-ts delete-op spec)
:column (apply #(delete-column delete-op %1 %2)
(second spec))
:all-versions (apply #(delete-columns delete-op %1 %2)
Expand Down

0 comments on commit 6c41c2e

Please sign in to comment.