You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Lucas Mation (Jira)" <ji...@apache.org> on 2022/08/07 04:12:00 UTC

[jira] [Created] (ARROW-17332) [R package] error parsing folder path with accent ('c:/Público') in read_csv_arrow

Lucas Mation created ARROW-17332:
------------------------------------

             Summary: [R package] error parsing folder path with accent ('c:/Público') in read_csv_arrow
                 Key: ARROW-17332
                 URL: https://issues.apache.org/jira/browse/ARROW-17332
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Lucas Mation


I am a user trying the R arrow package on a windows machine. 

To reproduce create a folder name containing a character with Latin accents

```

libary(arrow)

p <- 'c:/Público'  

b <- read_csv_arrow(p)
Error: IOError: Failed to open local file 'c:/Público'. Detail: [Windows error 5] Access is denied.

```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)