jaceklaskowski commented on code in PR #52999:
URL: https://github.com/apache/spark/pull/52999#discussion_r2519859530
##########
python/pyspark/pipelines/init_cli.py:
##########
@@ -46,10 +46,18 @@ def init(name: str) -> None:
project_dir = Path.cwd() / name
project_dir.mkdir(parents=True, exist_ok=False)
+ # Create the pipeline-storage directory
Review Comment:
```suggestion
# Create the storage directory
```
--
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]