-
Notifications
You must be signed in to change notification settings - Fork 21
mapreduce() works, but not map() #83
Comments
I guess a related issue it that the error should mention the |
Ah yes, I remember this. I told myself I'd make a note of this and fix it. That didn't happen. What's going on is that there is a part of the I don't know if we need to change the error if the documentation makes it clear that this behavior is to be expected. This also plays into other conversations about whether or not |
I'd say:
|
@johnmyleswhite I still don't understand the technical details of custom error messages possibly incurring performance penalties due to heap allocations, so I'm deferring to you on whether or not adding our own error message here is a good/bad idea. AFAIK, The only case in which any of |
mapreduce
works when no missing values are present in aNullableArray
, butmap
doesn't. None of them work when a missing value is present. Not sure what's the intended behavior.The text was updated successfully, but these errors were encountered: