tanishq-chugh commented on code in PR #5404: URL: https://github.com/apache/hive/pull/5404#discussion_r1976977431
########## ql/src/test/results/clientpositive/llap/groupby3_map_multi_distinct.q.out: ########## @@ -69,12 +69,12 @@ STAGE PLANS: minReductionHashAggr: 0.4 mode: hash outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11 - Statistics: Num rows: 500 Data size: 263000 Basic stats: COMPLETE Column stats: COMPLETE + Statistics: Num rows: 307 Data size: 161482 Basic stats: COMPLETE Column stats: COMPLETE Review Comment: @ayushtkn This reduction is due to map side aggregation (which is set to true as part of this qtest) that happens due to increase in tez container size. This aggregation was not happening earlier with lower tez container size. I have added the complete details of this in JIRA: [HIVE-28396](https://issues.apache.org/jira/browse/HIVE-28396). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org