You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2016/05/14 11:24:12 UTC

[jira] [Resolved] (HIVE-7518) Output vectorized GROUP BY aggregate fields from STRUCTs for AVG, etc as columns so downstream reduce can be vectorized

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

Matt McCline resolved HIVE-7518.
--------------------------------
    Resolution: Fixed

Don't need this one just to track the remaining item HIVE-7518

> Output vectorized GROUP BY aggregate fields from STRUCTs for AVG, etc as columns so downstream reduce can be vectorized
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-7518
>                 URL: https://issues.apache.org/jira/browse/HIVE-7518
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>
> Today, aggregates like AVG are output from VectorGroupByOperator as a STRUCT.  This prevents downstream operators in map, reduce shuffle, and reduce from being vectorized.
> Take the STRUCT fields used for AVG (for example) and output them (vector) columns.
> NOTE: downstream VectorGroupByOperator needs to accept column form…
> •	That is, (reduce) merge of partial aggregates is different than map.



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