[ https://issues.apache.org/jira/browse/HIVE-5357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13777203#comment-13777203 ]
Thejas M Nair commented on HIVE-5357: ------------------------------------- [~ashutoshc] [~hagleitn] [~navis] Can one of you please review this patch ? This is something I would like to include in 0.12 . > ReduceSinkDeDuplication optimizer pick the wrong keys in pRS-cGBYm-cRS-cGBYr > scenario when there are distinct keys in child GBY > ------------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-5357 > URL: https://issues.apache.org/jira/browse/HIVE-5357 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.11.0 > Reporter: Chun Chen > Assignee: Chun Chen > Fix For: 0.12.0 > > Attachments: HIVE-5357.patch > > > {code} > select key, count(distinct value) from (select key, value from src group by > key, value) t group by key; > //result > 0 0 NULL > 10 10 NULL > 100 100 NULL > 103 103 NULL > 104 104 NULL > {code} > Obviously the result is wrong. -- 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