You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2019/09/17 02:12:00 UTC

[jira] [Resolved] (SPARK-29008) Define an individual method for each common subexpression in HashAggregateExec

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

Takeshi Yamamuro resolved SPARK-29008.
--------------------------------------
    Fix Version/s: 3.0.0
         Assignee: Takeshi Yamamuro
       Resolution: Fixed

Resolved by [https://github.com/apache/spark/pull/25710]

> Define an individual method for each common subexpression in HashAggregateExec
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-29008
>                 URL: https://issues.apache.org/jira/browse/SPARK-29008
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Takeshi Yamamuro
>            Assignee: Takeshi Yamamuro
>            Priority: Major
>             Fix For: 3.0.0
>
>
> In the current master, the common subexpr elimination code in HashAggregateExec is expanded in a single method: [https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala#L397]
> This method size can be too big for JIT, so we can define an individual method for each common subexpression.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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