Ngone51 commented on PR #53814:
URL: https://github.com/apache/spark/pull/53814#issuecomment-3776485699

   > Then, 
[future.get](https://github.com/google/guava/blob/f06690fa3e874f65515e8fd338a74d636e2c792f/guava/src/com/google/common/util/concurrent/Uninterruptibles.java#L246)
 throws ExecutionException which wraps InterruptedException.
   
   @sarutak  I see. That make senses.
   
   But that's actually not intended by `errorInGuavaCache()`, right? What 
`errorInGuavaCache()` really expects is `InterruptedException`. Shall we also 
fix it to check the wrapped `InterruptedException`?


-- 
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]

Reply via email to