Ordered output of map_rect?

This might have been answered elsewhere: how is the output of map_rect ordered?

From the manual: “The output of each mapped function is concatenated to produce the output of map_rect.”

Will this be concatenated in the same order as the sharded input data, or by whichever worker terminates first?

Thanks,
Andrew

2 Likes

Same order as input

1 Like