Github user liyezhang556520 commented on the pull request:

    https://github.com/apache/spark/pull/5739#issuecomment-97635489
  
    Hi @vanzin, Sorry for my misleading expression. I mean, the exception threw 
from `try` block  is not aware in `finally` block even if it is caught by a 
`catch` block, and if the `finally` block also cause another exception(which is 
not the root cause of error, just side affection of previous exception in `try` 
block), this exception will not be suppressed, and the outcome error message 
will mixed with both exceptions thrown from `try` block and `finally` block, I 
think that may be a little confusing to user.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to