HyukjinKwon commented on code in PR #41357:
URL: https://github.com/apache/spark/pull/41357#discussion_r1212522100
##########
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:
```suggestion
def _parse_forward_to_fs_artifacts(self, local_path: str, dest_path:
str) -> List[Artifact]:
```
--
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]