jaceklaskowski commented on code in PR #52999:
URL: https://github.com/apache/spark/pull/52999#discussion_r2519855826
##########
python/pyspark/pipelines/tests/test_init_cli.py:
##########
@@ -51,6 +51,14 @@ def test_init(self):
spec_path = find_pipeline_spec(Path.cwd())
spec = load_pipeline_spec(spec_path)
assert spec.name == project_name
+
+ # Verify storage path is absolute URI with file scheme
Review Comment:
```suggestion
# Verify that the storage path is an absolute URI with a
file scheme
```
--
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]