mr-groupby-requires-presort

Status: IN

`_run_reducer` sorts all intermediate pairs by key before calling `itertools.groupby`, which is required because `groupby` only groups consecutive elements with the same key.

Source: entries/2026/05/29/mapreduce-framework-mapreduce.md

JSON