shardulm94 commented on a change in pull request #31741:
URL: https://github.com/apache/spark/pull/31741#discussion_r587901164
##########
File path:
core/src/test/scala/org/apache/spark/deploy/SparkSubmitUtilsSuite.scala
##########
@@ -277,4 +279,35 @@ class SparkSubmitUtilsSuite extends SparkFunSuite with
BeforeAndAfterAll {
.exists(r.findFirstIn(_).isDefined), "resolution files should be
cleaned")
}
}
+
+ test("SPARK-34624: should ignore non-jar dependencies") {
+ val main = MavenCoordinate("my.great.lib", "mylib", "0.1")
+ val dep = "my.great.dep:mydep:0.5"
Review comment:
The version number actually does not matter at all, it can be anything.
`IvyTestUtils.withRepository` will create the appropriate dependency jars for
whatever coordinate you pass in.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]