bozhang2820 opened a new pull request #35510: URL: https://github.com/apache/spark/pull/35510
### What changes were proposed in this pull request? This change is to ignore failures in jar download when updating jar dependencies in Executor.run(). ### Why are the changes needed? Currently when a user adds a jar with an invalid URL into SparkContext, all subsequent query executions will fail when trying to download that jar, even when the query has noting to do with the jar dependency. This change is to fix that by ignoring the failure when downloading the jar. ### Does this PR introduce _any_ user-facing change? Yes. After this change, users will be able to run queries even there are invalid URLs in SparkContext.addedJars. ### How was this patch tested? Added a unit test. -- 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]
