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

Apache Spark reassigned SPARK-9422:
-----------------------------------

    Assignee: Apache Spark  (was: Yin Huai)

> Remove the placeholder attributes used in the aggregation buffers
> -----------------------------------------------------------------
>
>                 Key: SPARK-9422
>                 URL: https://issues.apache.org/jira/browse/SPARK-9422
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Yin Huai
>            Assignee: Apache Spark
>
> Originally, to merge two aggregation buffers, we create a mutable buffer with 
> extra placeholder attributes to represent grouping expressions (because the 
> input aggregation buffer has grouping keys). This was done to make the first 
> implementation easy. We can remove it now, which can also help us to 
> implement the hash aggregate operator using unsafe row as the buffer.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to