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

Takeshi Yamamuro updated SPARK-29128:
-------------------------------------
    Description: When I checked if method bytecode size in 
{{BenchmarkQueryTest}} went over the OpenJDK default limit (8000) or not in 
[#25788|https://github.com/apache/spark/pull/25788], I found 
[TPCDSQuerySuite.modified-q3|https://github.com/apache/spark/blob/master/sql/core/src/test/resources/tpcds-modifiedQueries/q3.sql]
 had too big functions. That's because too long OR chains in the query generate 
too long code in a single function. This ticket is to fix this issue.

> Split predicate code in OR expressions
> --------------------------------------
>
>                 Key: SPARK-29128
>                 URL: https://issues.apache.org/jira/browse/SPARK-29128
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Takeshi Yamamuro
>            Priority: Major
>
> When I checked if method bytecode size in {{BenchmarkQueryTest}} went over 
> the OpenJDK default limit (8000) or not in 
> [#25788|https://github.com/apache/spark/pull/25788], I found 
> [TPCDSQuerySuite.modified-q3|https://github.com/apache/spark/blob/master/sql/core/src/test/resources/tpcds-modifiedQueries/q3.sql]
>  had too big functions. That's because too long OR chains in the query 
> generate too long code in a single function. This ticket is to fix this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to