Kazuaki Ishizaki created SPARK-13644: ----------------------------------------
Summary: [SQL] 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: Bug 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.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org