You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2017/11/18 15:07:00 UTC

[jira] [Created] (SPARK-22551) Fix 64kb compile error for common expression types

Liang-Chi Hsieh created SPARK-22551:
---------------------------------------

             Summary: Fix 64kb compile error for common expression types
                 Key: SPARK-22551
                 URL: https://issues.apache.org/jira/browse/SPARK-22551
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.2.0
            Reporter: Liang-Chi Hsieh


For common expression types, such as {{BinaryExpression}} and {{TernaryExpression}}, the combination of generated codes of children can possibly be large. We should put the codes into functions to prevent possible 64kb compile error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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