Commit 4b1ecca
authored
### Rationale for this change
The /raw/ path redirects to raw.githubusercontent.com and is arguably reliable (or rather recommended by GitHub itself) than blob/...?raw=true
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.)
Disclaimer: I found this flakiness specifically in this test (with the non-raw link) that happens few times while other tests did not face this with raw links. I could not find the official claim related to it so it's based on my observation.
### 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.
* GitHub Issue: #48690
Lead-authored-by: Hyukjin Kwon <[email protected]>
Co-authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
1 parent 83df5f9 commit 4b1ecca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
0 commit comments