[ 
https://issues.apache.org/jira/browse/SPARK-46621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon updated SPARK-46621:
---------------------------------
    Priority: Minor  (was: Major)

> Address null from Exception.getMessage in Py4J captured exception
> -----------------------------------------------------------------
>
>                 Key: SPARK-46621
>                 URL: https://issues.apache.org/jira/browse/SPARK-46621
>             Project: Spark
>          Issue Type: Bug
>          Components: PySpark
>    Affects Versions: 4.0.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>              Labels: pull-request-available
>
> If JVM throws an exception without a message, the message becomes null and 
> returns:
> {code}
>   File "/.../pyspark/errors/exceptions/captured.py", line 88, in __str__
>     desc = desc + "\n\nJVM stacktrace:\n%s" % self._stackTrace
> TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to