juliuszsompolski opened a new pull request, #42397: URL: https://github.com/apache/spark/pull/42397
### What changes were proposed in this pull request? Tiny error during exception handling: status might in some cases be None. Make a similar change in scala client just to be defensive, because there it appears that it may never happen (when we catch `StatusRuntimeException`, `StatusProto.fromThrowable` should never return null). ### Why are the changes needed? Fix an error during reattach retry handling. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tests that will be published in a followup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
