You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if related but i found when passing higher order functions to spark it would save me a lot of weird errors if i did NOT explicitly type out (fn[x] (parse/error? x)) as opposed to using the # reader macro or just passing the function symbol. Both of those led to a lot of wierdness that i dont fully understand.
Ok, I'm pretty sure it's not what you want to have an RDD full of Delays, so serializing a Delay actually doesn't make sense. So what you need to do (guess, haven't tried it out) is to actually deref the Delay to get the actual value...
I'm getting this error from my code:
whenever I run
(spark/filter parse/error?)
on an RDD.The function in question is here, I've simplified it as much as possible:
The text was updated successfully, but these errors were encountered: