ueshin commented on code in PR #42496:
URL: https://github.com/apache/spark/pull/42496#discussion_r1300724325
##########
dev/merge_spark_pr.py:
##########
@@ -403,6 +403,19 @@ def choose_jira_assignee(issue, asf_jira):
print("Error assigning JIRA, try again (or leave blank and fix
manually)")
+def assign_issue(client: jira.client.JIRA, issue: int, assignee: str) -> bool:
Review Comment:
Hi, this breaks the environment where `jira` is not installed.
--
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]