Github user srowen commented on the issue:
https://github.com/apache/spark/pull/17416
Yeah @BryanCutler basically I was just modifying the existing test to
include an artifact with a classifier. If you just add one to the first line in
this test in `SparkSubmitUtilsSuite` I think you'd see it:
```
test("search for artifact at local repositories") {
val main = new MavenCoordinate("my.great.lib", "mylib", "0.1")
val dep = "my.great.dep:mydep:0.5"
```
It won't find the dependency then.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]