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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to