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

Kazuaki Ishizaki commented on SPARK-13644:
------------------------------------------

It is not resolved yet. But, let me close this once since no time for this JIRA 
now.

> Add the source file name and line into Logger when an exception occurs in the 
> generated code
> --------------------------------------------------------------------------------------------
>
>                 Key: SPARK-13644
>                 URL: https://issues.apache.org/jira/browse/SPARK-13644
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Kazuaki Ishizaki
>            Priority: Minor
>
> This is to show a message points out the origin of a generated method when an 
> exception occurs in the generated method at runtime.
> An example of a message (the first line is newly added)
> {code}
> 07:49:29.525 ERROR 
> org.apache.spark.sql.catalyst.expressions.GeneratedClass$GeneratedIterator: 
> The method GeneratedIterator.processNext() is generated for filter at 
> Test.scala:23
> 07:49:29.526 ERROR org.apache.spark.executor.Executor: Exception in task 1.0 
> in stage 2.0 (TID 4)
> java.lang.NullPointerException:
>         at ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to