Description
PIG-4377 introduced isFirstReduceOfKey to avoid extra records in case of over sampling. But the issue can occur only in the case of right outer join. But it is added to the plan in MRCompiler and TezCompiler (PIG-4580) for both left and right outer joins. We need to remove that extra check for right outer join. It is unnecessary performance penalty.
Attachments
Attachments
Issue Links
- is broken by
-
PIG-4377 Skewed outer join produce wrong result if a key is oversampled
- Closed