cascalog icon indicating copy to clipboard operation
cascalog copied to clipboard

Clojure subvecs can't be part of the result of a cascalog operator

Open oskarkv opened this issue 12 years ago • 2 comments

Check out https://groups.google.com/forum/?fromgroups=#!topic/cascalog-user/_SDWj9GtD0Y for more info (especially post no. 3).

oskarkv avatar Dec 06 '12 17:12 oskarkv

We need a Carbonite serializer for Subvecs, it seems.

sritchie avatar Jul 16 '13 03:07 sritchie

Failing test case

(defn subvec! [x] [(subvec [x] 0)])
(??<- [?x ?t] ([1 2 3] ?y) (subvec! ?y :> ?x) (type ?y :> ?t))

sritchie avatar Apr 19 '15 06:04 sritchie