srowen commented on pull request #35923: URL: https://github.com/apache/spark/pull/35923#issuecomment-1073900545
I wouldn't change everything, but change cases where we suspect that it's catching too much. The problem here is really looking for RuntimeException, not the scope. That is too broad. Is something more specific thrown that we can catch without catching other stuff? -- 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]
