Skip to content

Commit

Permalink
Easiest upgrade ever
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Oct 7, 2023
1 parent a36d109 commit a9ad448
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/tech/v3/dataset/reductions_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
[clojure.core.protocols :as cl-proto])
(:import [tech.v3.datatype UnaryPredicate FastStruct$FMapEntry]
[java.time LocalDate YearMonth]
[ham_fisted Consumers$IncConsumer MutHashTable Reductions]
[java.util ArrayList Map$Entry Arrays]
[clojure.lang MapEntry]))
[ham_fisted Consumers$IncConsumer Reductions IAMapEntry]
[java.util ArrayList Map$Entry Arrays]))


(deftest simple-reduction
Expand Down Expand Up @@ -221,8 +220,8 @@
(hamf/custom-ireduce
rrfn aacc
(-> aacc
(rrfn (MapEntry/create :year-month (.getKey kv)))
(rrfn (MapEntry/create :count (deref (.getValue kv))))))))))))
(rrfn (hamf/make-map-entry :year-month (.getKey kv)))
(rrfn (hamf/make-map-entry :count (deref (.getValue kv))))))))))))


(defn- otfrom-pathway
Expand Down

0 comments on commit a9ad448

Please sign in to comment.