yaooqinn commented on code in PR #42704:
URL: https://github.com/apache/spark/pull/42704#discussion_r1307682573
##########
dev/merge_spark_pr.py:
##########
@@ -538,6 +538,9 @@ def initialize_jira():
else:
raise e
elif JIRA_USERNAME and JIRA_PASSWORD:
+ print("You can use JIRA_ACCESS_TOKEN instead of
JIRA_USERNAME/JIRA_PASSWORD.")
+ print("Visit https://issues.apache.org/jira/secure/ViewProfile.jspa ")
+ print("and click 'Personal Access Tokens' menu to manage your own
tokens.")
Review Comment:
We can add a message to notify the maintainers to update Jira to the newest
version. If their Jira library is outdated, the token_auth may not function
properly.
--
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]