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
This is similar to #86 (tforeach) which led me to (#88) handle empty collections for tmapreduce (and thus also tforeach) explicitly (throw error if no init is supplied). I tried to align with the serial mapreduce / foreach behavior which, I think, is also what we should aim for here.
The text was updated successfully, but these errors were encountered:
For
tmap
(and thus alsotcollect
) we currently haveFor comparison:
This is similar to #86 (
tforeach
) which led me to (#88) handle empty collections fortmapreduce
(and thus alsotforeach
) explicitly (throw error if noinit
is supplied). I tried to align with the serialmapreduce
/foreach
behavior which, I think, is also what we should aim for here.The text was updated successfully, but these errors were encountered: