You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Samik R (JIRA)" <ji...@apache.org> on 2018/08/02 12:33:00 UTC

[jira] [Commented] (SPARK-22600) Fix 64kb limit for deeply nested expressions under wholestage codegen

    [ https://issues.apache.org/jira/browse/SPARK-22600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16566708#comment-16566708 ] 

Samik R commented on SPARK-22600:
---------------------------------

Interestingly, the exception doesn't get caught in a try-catch block. We wanted to suppress the exception messages for now, and surrounded the specific calls in a try catch block - but it doesn't seem to do anything, and the messages still show up.
{code:java}
try
{
    predictionArray(x).persist(StorageLevel.MEMORY_ONLY_SER)
}
catch
{
    case ex: org.codehaus.janino.InternalCompilerException => println("### Caught InternalCompilerException")
}
{code}
Does anyone know why?

> Fix 64kb limit for deeply nested expressions under wholestage codegen
> ---------------------------------------------------------------------
>
>                 Key: SPARK-22600
>                 URL: https://issues.apache.org/jira/browse/SPARK-22600
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.2.0
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Major
>
> This is an extension of SPARK-22543 to fix 64kb compile error for deeply nested expressions under wholestage codegen.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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