HyukjinKwon opened a new pull request, #48693:
URL: https://github.com/apache/arrow/pull/48693

   ### Rationale for this change
   
   GitHub transitioned raw file serving from raw.github.com to 
raw.githubusercontent.com subdomains for security (to isolate user-generated 
content). The /raw/ path redirects to raw.githubusercontent.com and is more 
reliable than blob/...?raw=true which goes through GitHub's blob viewer and can 
return 503 errors.
   
   Reference: https://developer.github.com/changes/24/
   
   All other URL tests in this codebase already use /raw/ format (test-io.R, 
test-csv.R, etc.)
   
   ### What changes are included in this PR?
   
   This PR fixes the link of downloading the parquet file being used in the 
test, from `arrow/blob` to `arrow/raw`.
   
   ### Are these changes tested?
   
   No, I did not test.
   
   ### Are there any user-facing changes?
   
   No, test-only.


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

Reply via email to