You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Gengliang Wang (Jira)" <ji...@apache.org> on 2023/01/14 04:31:00 UTC

[jira] [Resolved] (SPARK-42057) Avoid losing exception info in Protobuf errors

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

Gengliang Wang resolved SPARK-42057.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 39536
[https://github.com/apache/spark/pull/39536]

> Avoid losing exception info in Protobuf errors
> ----------------------------------------------
>
>                 Key: SPARK-42057
>                 URL: https://issues.apache.org/jira/browse/SPARK-42057
>             Project: Spark
>          Issue Type: Bug
>          Components: Protobuf
>    Affects Versions: 3.4.0
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>            Priority: Major
>             Fix For: 3.4.0
>
>
> Protobuf connector related error handlers incorrectly report the exception. This is makes it hard for users to see actual issue. E.g. if there is a {{FileNotFoundException}} these error handlers use pass {{exception.getCause()}} rather than passing {{{}exception{}}}. As result, we lose the information that it was a {{FileNotFoundException}}



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

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