[Performance] Create a single combiner class to add MultiQuery optimization 
----------------------------------------------------------------------------

                 Key: PIG-1439
                 URL: https://issues.apache.org/jira/browse/PIG-1439
             Project: Pig
          Issue Type: Improvement
            Reporter: Richard Ding


Right now Pig uses two combiner classes (PigCombiner & DistinctCombiner) 
respectively for group by and distinct operations. This prevents the 
MultiQueryOptimizer to merge jobs with different types of combiners. The 
proposal here is to merge these two combiners into a single Pig combiner so 
that the optimizer can merge group by jobs with distinct jobs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to