dongjoon-hyun commented on code in PR #43658:
URL: https://github.com/apache/spark/pull/43658#discussion_r1382353559
##########
dev/merge_spark_pr.py:
##########
@@ -275,7 +275,7 @@ def get_jira_issue(prompt, default_jira_id=""):
if status == "Resolved" or status == "Closed":
print("JIRA issue %s already has status '%s'" % (jira_id, status))
return None
- if input("Check if the JIRA information is as expected(y/n):
").lower() != "n":
+ if input("Check if the JIRA information is as expected (y/n):
").lower() != "n":
Review Comment:
Previously, all `(y/n)` has a space separator.
--
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]