Wyatt,That might be happening because your output multiple rows from each documents during the map phase?
In general, that shouldn't happen, and if we can get a repro, we will fix this.
group r by new {r.FccLicenseId, r.ProviderName, r.StateAbbreviation, r.HoldingCompanyId, r.HoldingCompanyName, r.TechnologyTypeId, r.TechnologyTypeName, r.StateFipsId}
Yep