-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38493/
-----------------------------------------------------------
Review request for hive and Gopal V.
Bugs: HIVE-11132
https://issues.apache.org/jira/browse/HIVE-11132
Repository: hive-git
Description
-------
Queries using join and group by produce incorrect output when
hive.auto.convert.join=false and hive.optimize.reducededuplication=true
Diffs
-----
ql/src/java/org/apache/hadoop/hive/ql/optimizer/correlation/ReduceSinkDeDuplication.java
56334ed
ql/src/test/queries/clientpositive/join_grp_diff_keys.q PRE-CREATION
ql/src/test/results/clientpositive/join_grp_diff_keys.q.out PRE-CREATION
Diff: https://reviews.apache.org/r/38493/diff/
Testing
-------
New q test and regression suite.
Thanks,
Ashutosh Chauhan