zhengruifeng opened a new pull request, #57984: URL: https://github.com/apache/spark/pull/57984
### What changes were proposed in this pull request? Print a blank line before `merge_spark_pr.py` asks whether to update an associated JIRA. ### Why are the changes needed? After a merge summary is posted, the JIRA prompt currently appears immediately after the summary attribution: ``` *Posted by `merge_spark_pr.py`* Would you like to update an associated JIRA? (y/N): ``` The blank line makes the transition to the next interactive step easier to read. ### Does this PR introduce _any_ user-facing change? No. This only adjusts output formatting in the Spark committer merge tool. ### How was this patch tested? The following checks passed: ``` cd dev conda run -n spark-dev-313 python -m doctest merge_spark_pr.py ``` 79 doctests passed. ``` conda run -n spark-dev-313 ruff check --config pyproject.toml dev/merge_spark_pr.py conda run -n spark-dev-313 ruff format --check --config pyproject.toml dev/merge_spark_pr.py git diff --check ``` ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Codex (GPT-5) -- 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]
