Takeshi Yamamuro created SPARK-29128:
----------------------------------------

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






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