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

ASF GitHub Bot updated SPARK-49526:
-----------------------------------
    Labels: pull-request-available  (was: )

> Windows-style paths are unsupported in ArtifactManager
> ------------------------------------------------------
>
>                 Key: SPARK-49526
>                 URL: https://issues.apache.org/jira/browse/SPARK-49526
>             Project: Spark
>          Issue Type: Bug
>          Components: Connect
>    Affects Versions: 4.0.0
>            Reporter: Venkata Sai Akhil Gudesa
>            Priority: Major
>              Labels: pull-request-available
>
> Currently, windows-based clients will run into an issue when using the 
> `addArtifact` API as the path passed to the server would contain backslashes 
> which the server would interpret as part of the file name rather than a 
> separator. 
> E.g if the client sends the name `pyfiles\abc.txt` to the server, then the 
> artifact would be written out as `<aritfact_directory>/pyfiles\abc.txt` 
> instead of the correct `<artifact_directory>\pyfiles\abc.txt



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to