[ 
https://issues.apache.org/jira/browse/HIVE-13713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt McCline updated HIVE-13713:
--------------------------------
    Description: 
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}

> 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
>
> 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}



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

Reply via email to