mdsumner commented on issue #20418:
URL: https://github.com/apache/arrow/issues/20418#issuecomment-2901980519
I was seeing similarr, failing test on CRAN {sooty} on arm64 earlier today:
```
Version: 0.5.0
Check: examples
Result: ERROR
Running examples in ‘sooty-Ex.R’ failed
The error most likely occurred in:
> ### Name: available_datasets
> ### Title: List available datasets
> ### Aliases: available_datasets
>
> ### ** Examples
>
> available_datasets()
Warning in download.file(file, tf, quiet = TRUE, mode = "wb") :
downloaded length 16320 != reported length 1403133
Warning in download.file(file, tf, quiet = TRUE, mode = "wb") :
URL
'https://projects.pawsey.org.au/idea-objects/idea-curated-objects.parquet':
status was 'Failed writing received data to disk/application'
Error in download.file(file, tf, quiet = TRUE, mode = "wb") :
download from
'https://projects.pawsey.org.au/idea-objects/idea-curated-objects.parquet'
failed
Calls: available_datasets ... <Anonymous> -> <Anonymous> ->
make_readable_file -> download.file
Execution halted
* checking for unstated dependencies in ‘tests’ ...* using check arguments
'--no-clean-on-error '
Flavor:
[r-release-macos-arm64](https://www.r-project.org/nosvn/R.check/r-release-macos-arm64/sooty-00check.html)
```
the minimal reprex (on arm64) is
```R
sourcefile <-
"https://projects.pawsey.org.au/idea-objects/idea-objects.parquet"
arrow::read_parquet(sourcefile)
```
It's not erroring on CRAN now, however. projects.pawsey.org.au is a CEPH S3
endpoint.
--
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]