HyukjinKwon commented on code in PR #50378:
URL: https://github.com/apache/spark/pull/50378#discussion_r2013300709
##########
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala:
##########
@@ -1573,6 +1573,8 @@ class TaskSetManagerSuite
}
test("SPARK-21563 context's added jars shouldn't change mid-TaskSet") {
+ val jarPath =
Thread.currentThread().getContextClassLoader.getResource("TestUDTF.jar")
Review Comment:
I actually used `testJar` to avoid the name conflict with `jarPath`. This
test case seems fine.
--
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]