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

Apache Spark commented on SPARK-9422:
-------------------------------------

User 'yhuai' has created a pull request for this issue:
https://github.com/apache/spark/pull/7737

> 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: Yin Huai
>
> 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