dongjoon-hyun commented on code in PR #53845:
URL: https://github.com/apache/spark/pull/53845#discussion_r2700549559
##########
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala:
##########
@@ -602,6 +602,48 @@ class SparkSubmitSuite
}
}
+ test("Avoid archives download if scheme matches " +
Review Comment:
Please use a test prefix style.
```scala
test("Avoid archives download if scheme matches " +
test("SPARK-55077: Avoid archives download if scheme matches " +
```
--
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]