Yin Huai created HIVE-3511:
------------------------------
Summary: Constant values in aggregation parameters should not be
attached to every map output row
Key: HIVE-3511
URL: https://issues.apache.org/jira/browse/HIVE-3511
Project: Hive
Issue Type: Improvement
Reporter: Yin Huai
Priority: Minor
When map-side-aggregation is disabled (hive.map.aggr=false), constant values in
aggregation parameters are attached to every map output row. For example, in
test case 'count.q'
(https://github.com/apache/hive/blob/trunk/ql/src/test/results/clientpositive/count.q.out).
For count(1), if hive.map.aggr=false, '1' will be attached to every output row
of ReduceSinkOperator.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira