WeichenXu123 commented on code in PR #41357:
URL: https://github.com/apache/spark/pull/41357#discussion_r1212554762
##########
python/pyspark/sql/connect/client/artifact.py:
##########
@@ -187,6 +188,19 @@ def _parse_artifacts(self, path_or_uri: str, pyfile: bool,
archive: bool) -> Lis
return [artifact]
raise RuntimeError(f"Unsupported scheme: {parsed.scheme}")
+ def _parse_forward_to_FS_artifacts(self, local_path: str, dest_path: str)
-> List[Artifact]:
Review Comment:
I don't think so. The arguments are different. For
`_parse_forward_to_FS_artifacts`, we have `local_path` and `dest_path` and the
2 paths are different.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]