HyukjinKwon commented on code in PR #44990:
URL: https://github.com/apache/spark/pull/44990#discussion_r1475519937
##########
core/src/main/scala/org/apache/spark/executor/Executor.scala:
##########
@@ -1050,7 +1050,11 @@ private[spark] class Executor(
// Bootstrap the list of jars with the user class path.
val now = System.currentTimeMillis()
userClassPath.foreach { url =>
- currentJars(url.getPath().split("/").last) = now
Review Comment:
Let's probably focus on fixing the error message instead of making sliently
igoring
--
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]