[
https://issues.apache.org/jira/browse/HIVE-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688921#action_12688921
]
Raghotham Murthy commented on HIVE-363:
---------------------------------------
Looks like the dummyRow flag is not needed at all. All we need to do is force
using exactly one reducer for full-table aggregates, i.e., if there are no
grouping keys.
> [hive] extra rows for count distinct
> ------------------------------------
>
> Key: HIVE-363
> URL: https://issues.apache.org/jira/browse/HIVE-363
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.3.0
> Reporter: Namit Jain
> Assignee: Namit Jain
> Attachments: hive.363.1.patch, hive.363.2.patch
>
>
> select count(distinct a) from T
> returns dummy rows from all reducers if number of reducers are more than 1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.