Eric Liang created SPARK-20398:
----------------------------------

             Summary: range() operator should include cancellation reason when 
killed
                 Key: SPARK-20398
                 URL: https://issues.apache.org/jira/browse/SPARK-20398
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.2.0
            Reporter: Eric Liang


https://issues.apache.org/jira/browse/SPARK-19820 adds a reason field for why 
tasks were killed. However, for backwards compatibility it left the old 
TaskKilledException constructor which defaults to "unknown reason".

The range() operator should use the constructor that fills in the reason rather 
than dropping it on task kill.



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