Skip to content

Commit

Permalink
Adding test for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Sep 30, 2023
1 parent 05d499d commit e7da71d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/tech/v3/dataset_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,12 @@
:b 2}))
3)))

(deftest group-by-column->index-issue-372
(let [data (ds/group-by-column->indexes (ds/->dataset {:a (int-array (concat (range 10) (range 10) (range 10)))})
:a)]

(is (= 3 (count (get data (int 0)))))))


(comment
(require '[criterium.core :as crit])
Expand Down

0 comments on commit e7da71d

Please sign in to comment.