gengliangwang commented on code in PR #51489:
URL: https://github.com/apache/spark/pull/51489#discussion_r2211564557
##########
python/pyspark/pipelines/cli.py:
##########
@@ -257,6 +257,13 @@ def run(spec_path: Path) -> None:
run_parser = subparsers.add_parser("run", help="Run a pipeline.")
run_parser.add_argument("--spec", help="Path to the pipeline spec.")
+ # "dry-run" subcommand
+ run_parser = subparsers.add_parser(
Review Comment:
@sryza shall we have an end-to-end test for the dry run mode? We should
check that it can detect failures without side effects.
--
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]