Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-18116

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Documentation, R

    Description

      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.parquet` not `data.parquet`.

      This runs:

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

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            stephhazlitt Stephanie Hazlitt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: