Skip to content

[R][Doc] correct paths for the read_parquet examples in cloud storage vignette #33314

@asfimport

Description

@asfimport

The S3 file paths don't run:

> 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

It looks like the file names are part-0.parquetnotdata.parquet.

This runs:

read_parquet(file = "s3://voltrondata-labs-datasets/nyc-taxi/year=2019/month=6/part-0.parquet")

 

Reporter: Stephanie Hazlitt / @stephhazlitt

Note: This issue was originally created as ARROW-18116. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions