[
https://issues.apache.org/jira/browse/ARROW-18116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636887#comment-17636887
]
Sam Albers commented on ARROW-18116:
------------------------------------
This was fixed with https://issues.apache.org/jira/browse/ARROW-17448 so it can
probably be closed as it is correct on the main docs now:
https://arrow.apache.org/docs/r/articles/fs.html
> [R][Doc] correct paths for the read_parquet examples in cloud storage vignette
> ------------------------------------------------------------------------------
>
> Key: ARROW-18116
> URL: https://issues.apache.org/jira/browse/ARROW-18116
> Project: Apache Arrow
> Issue Type: Bug
> Components: Documentation, R
> Reporter: Stephanie Hazlitt
> Priority: Major
> Labels: triaged
>
> {{The S3 file paths don't run:}}
> {code:java}
> > library(arrow)
> > read_parquet(file =
> > "s3://voltrondata-labs-datasets/nyc-taxi/year=2019/month=6/data.parquet")
> Error in url(file, open = "rb") : URL scheme unsupported by this method{code}
> {{It looks like the file names are `part-0.parquet` not `data.parquet`.}}
> {{This runs:}}
> {code:java}
> read_parquet(file =
> "s3://voltrondata-labs-datasets/nyc-taxi/year=2019/month=6/part-0.parquet"){code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)