[
https://issues.apache.org/jira/browse/SPARK-42057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676722#comment-17676722
]
Apache Spark commented on SPARK-42057:
--------------------------------------
User 'rangadi' has created a pull request for this issue:
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
> 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: [email protected]
For additional commands, e-mail: [email protected]