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/06 12:37:00 UTC

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

Takeshi Yamamuro created SPARK-29008:
----------------------------------------

             Summary: 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
         Environment: 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.
            Reporter: Takeshi Yamamuro






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