Venkata Sai Akhil Gudesa created SPARK-44016:
------------------------------------------------

             Summary: Artifacts with name as an absolute path may overwrite 
other files 
                 Key: SPARK-44016
                 URL: https://issues.apache.org/jira/browse/SPARK-44016
             Project: Spark
          Issue Type: Bug
          Components: Connect
    Affects Versions: 3.5.0
            Reporter: Venkata Sai Akhil Gudesa
             Fix For: 3.5.0


In `SparkConnectAddArtifactsHandler`, an artifact being moved to a staging 
location may overwrite another file when the `name`/`path` of the artifact is 
an `absolute` path. 

This happens when the 
[stagedPath|https://github.com/apache/spark/blob/master/connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectAddArtifactsHandler.scala#L172]
 is being computed with the help of the `.resolve(...)` method where the 
`resolve` method returns the `other` path (in this case, the name of the 
artifact) if the `other` path is an absolute path.



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

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

Reply via email to