[ https://issues.apache.org/jira/browse/SPARK-44016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herman van Hövell resolved SPARK-44016. --------------------------------------- Resolution: Fixed > 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 > Assignee: Venkata Sai Akhil Gudesa > Priority: Major > 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