[ 
https://issues.apache.org/jira/browse/HIVE-13713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304640#comment-15304640
 ] 

Sergey Shelukhin commented on HIVE-13713:
-----------------------------------------

+1 pending a new test run (it looks like the above one had a lot of failures). 
Some nit on RB. Thanks for the comments!

> We miss vectorization in a case of count(*) when aggregation mode is COMPLETE
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-13713
>                 URL: https://issues.apache.org/jira/browse/HIVE-13713
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>         Attachments: HIVE-13713.01.patch
>
>
> E.g. vectorization_limit.q doesn't vectorize Reducer 2 for the query:
> {code}
> "select ctinyint, count(distinct(cdouble)) from alltypesorc group by ctinyint 
> order by ctinyint limit 20"
> {code}
> It was producing a stack trace with this error... when trying to vectorize 
> the COMPLETE mode GROUP BY operator.
> {code}
> Vector aggregate not implemented: "count" for type: "NONE 
> (reduce-merge-partial = true)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to