HyukjinKwon commented on code in PR #43447:
URL: https://github.com/apache/spark/pull/43447#discussion_r1364891046


##########
dev/merge_spark_pr.py:
##########
@@ -85,6 +85,12 @@ def get_json(url):
                 + "dev/merge_spark_pr.py to configure an OAuth token for 
making authenticated "
                 + "GitHub requests."
             )
+        elif e.code == 401:

Review Comment:
   Hm, is 401 always about GITHUB_OAUTH_KEY expiry?



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