Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove
  • Loading branch information
LuciferYang committed Mar 4, 2025
commit d0339b0436de7078a9b89505baa26c937555a31b
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ class ExecutorClassLoader(

val parentLoader = new ParentClassLoader(parent)

// Allows HTTP connect and read timeouts to be controlled for testing / debugging purposes
private[executor] var httpUrlConnectionTimeoutMillis: Int = -1

private val fetchFn: (String) => InputStream = uri.getScheme() match {
case "spark" => getClassFileInputStreamFromSparkRPC
case _ =>
Expand Down