cloud-fan commented on code in PR #42496:
URL: https://github.com/apache/spark/pull/42496#discussion_r1300784718


##########
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:
   hmm, AFAIK the merge script required `jira` before this PR, as we need to 
update the JIRA ticket status.



-- 
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]

Reply via email to