Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oskarkv opened this issue Dec 6, 2012 · 2 comments
Open
Labels

Comments

@oskarkv
Copy link

oskarkv commented Dec 6, 2012

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

@sritchie
Copy link
Collaborator

We need a Carbonite serializer for Subvecs, it seems.

@sritchie
Copy link
Collaborator

Failing test case

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants