You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/06/01 12:41:36 UTC

[GitHub] [arrow] westonpace commented on issue #35714: [C++][R] Cannot open S3 paths that are already have URL-encoding (literal percent-encoding) characters

westonpace commented on issue #35714:
URL: https://github.com/apache/arrow/issues/35714#issuecomment-1571980794

   Just to make sure I understand, is this the error you are receiving?
   
   ```
   > open_dataset("s3://neon4cast-forecasts/parquet/terrestrial_30min/model_id=climatology/reference_datetime=2023-02-16%2000%3A00%3A00?endpoint_override=data.ecoforecast.org")  |> head() |> collect()
   
   Error: IOError: Path does not exist 'neon4cast-forecasts/parquet/terrestrial_30min/model_id=climatology/reference_datetime=2023-02-16 00:00:00'. Detail: [errno 2] No such file or directory
   ```
   
   I've tagged this with C++ as the error is probably in the S3 filesystem implementation in C++.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org