yaooqinn commented on code in PR #43447:
URL: https://github.com/apache/spark/pull/43447#discussion_r1364910564
##########
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:
In Github rest APIs, 401 stands for `requires authentication`. The token
could be invalid with expiry or wrong configuration
##########
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:
In Github rest APIs, 401 stands for `requires authentication`. The token
could be invalid as expiry or wrong configuration
--
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]