[ 
https://issues.apache.org/jira/browse/SPARK-33580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

L. C. Hsieh updated SPARK-33580:
--------------------------------
    Description: `resolveDependencyPaths` now takes artifact type to decide to 
add "-tests" postfix. However, the path pattern of ivy in 
`resolveMavenCoordinates` is 
"[organization]_[artifact]-[revision](-[classifier]).[ext]". We should use 
classifier instead of type to construct file path.  (was: 
`resolveDependencyPaths` now takes artifact type to decide to add -tests 
postfix. However, the path pattern of ivy in `resolveMavenCoordinates` is 
"[organization]_[artifact]-[revision](-[classifier]).[ext]". We should use 
classifier instead of type to construct file path.)

> resolveDependencyPaths should use classifier attribute of artifact
> ------------------------------------------------------------------
>
>                 Key: SPARK-33580
>                 URL: https://issues.apache.org/jira/browse/SPARK-33580
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 3.1.0
>            Reporter: L. C. Hsieh
>            Assignee: L. C. Hsieh
>            Priority: Major
>
> `resolveDependencyPaths` now takes artifact type to decide to add "-tests" 
> postfix. However, the path pattern of ivy in `resolveMavenCoordinates` is 
> "[organization]_[artifact]-[revision](-[classifier]).[ext]". We should use 
> classifier instead of type to construct file path.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to