guilherme-dsantos opened a new pull request, #7229:
URL: https://github.com/apache/gravitino/pull/7229

   ### What changes were proposed in this pull request?
   
   Fix #7221 
   
   ### Why are the changes needed?
   
   Several files catch `Throwable` when they should catch `Exception`. This is 
problematic because catching `Throwable` also catches serious JVM errors like 
`OutOfMemoryError`.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   All build tests passed.
   


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

Reply via email to