nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

fix #295, due to iterator-seq change #296

Closed jiyouyou125 closed 8 years ago

jiyouyou125 commented 8 years ago

happy. ^_^

I changed cascalog-core/project.clj dep to [org.clojure/clojure "1.7.0"] modify iterator-seq to iter-seq.

it works. mutli-results: user=> multi-results ((["ben" 35]) (["ben" 35] ["jerry" 41]))

I don't know another iterator-seq(tap.clj/pluck-tuple) weather has the same bug.

but it fix ??-

jiyouyou125 commented 8 years ago

also change pluck-tuple, fix overflow when ci build.

jiyouyou125 commented 8 years ago

add profile for clojure 1.6,1.7

sritchie commented 8 years ago

Thanks, this is great! Just a couple of comments.

sritchie commented 8 years ago

Thanks, this is great! Just a couple of comments.

jiyouyou125 commented 8 years ago

@sritchie Thanks very much for your advice. already fixed parallel type, added type hint to iter-seq.

sritchie commented 8 years ago

Nice!