openrefactory opened a new pull request, #14028: URL: https://github.com/apache/arrow/pull/14028
This issue was detected in the `master` branch of `arrow` project on the version with commit hash `cf2700`. This issue can be addressed as a api usage issue. **Fixes for api usage issue:** In file: `dev/merge_arrow_pr.py`, method `get_json` a request is made without a timeout parameter. If the recipient server is unavailable to service the request, [application making the request may stall indefinitely. ](https://docs.python-requests.org/en/master/user/advanced/#timeouts) our intelligent code repair system **iCR** suggested that a timeout value should be added. This issue was detected by our **OpenRefactory's Intelligent Code Repair (iCR)**. We are running **iCR** on libraries in the `PyPI` repository to identify issues and fix them. You will get more info at: [pypi.openrefactory.com](https://pypi.openrefactory.com/) -- 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]
