Re: Problem in loop (for loop) with Cascalog results

2014-04-26 Thread sindhu hosamane
> > Thanks a lot . i got it wrong in my cascalog query. Now it worked. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient

Re: Problem in loop (for loop) with Cascalog results

2014-04-23 Thread Di Xu
Isn't your "loop [hour-part 01]" should be "loop [minute-part 01]"? because you recur with "(recur (+ minute-part 01))"? I'm not very familiar with cascalog, maybe you should post this to https://groups.google.com/forum/#!forum/cascalog-user Thanks, Di Xu 2014-04-23 20:15 GMT+08:00 sindhu hosam