cascalog
cascalog copied to clipboard
Clojure subvecs can't be part of the result of a cascalog operator
Check out https://groups.google.com/forum/?fromgroups=#!topic/cascalog-user/_SDWj9GtD0Y for more info (especially post no. 3).
We need a Carbonite serializer for Subvecs, it seems.
Failing test case
(defn subvec! [x] [(subvec [x] 0)])
(??<- [?x ?t] ([1 2 3] ?y) (subvec! ?y :> ?x) (type ?y :> ?t))