-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43044/
-----------------------------------------------------------
Review request for pig, Xianda Ke, liyun zhang, Mohit Sabharwal, and Xuefu
Zhang.
Bugs: PIG-4766
https://issues.apache.org/jira/browse/PIG-4766
Repository: pig-git
Description
-------
PIG-4709 introduced Combiner optimization for Group By. However, the patch did
not handle cases where constant/conditional expressions were used. It also did
not handle limit.
This patch is to address those gaps.
Diffs
-----
src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/expressionOperators/PORelationToExprProject.java
5fb49e2
src/org/apache/pig/backend/hadoop/executionengine/spark/optimizer/CombinerOptimizer.java
a05d009
src/org/apache/pig/backend/hadoop/executionengine/util/CombinerOptimizerUtil.java
5c0919f
src/org/apache/pig/data/SelfSpillBag.java 4e08b99
test/org/apache/pig/test/TestCombiner.java b2e81ac
Diff: https://reviews.apache.org/r/43044/diff/
Testing
-------
With this patch, all tests in TestCombiner pass.
Thanks,
Pallavi Rao