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

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

Raghu Angadi created SPARK-42057:
------------------------------------

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