[
https://issues.apache.org/jira/browse/ARROW-17332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17646804#comment-17646804
]
Lucas Mation commented on ARROW-17332:
--------------------------------------
Indeed I get a print error
```
arrow::read_csv_arrow("C:/Doesn'tExistButHasAú")
Error: IOError: Failed to open local file 'C:/Doesn'tExistButHasAú'. Detail:
[Windows error 2] The system cannot find the file specified.
```
And rationalizes the original error.
Tks for all these.
[This is infact a minor issue. THe other issues I reported, if you are curious
to take a look, are much more serious (memory leaks, etc and are preventing me
from using Arrow in R)]
> [R] 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
> Components: R
> Reporter: Lucas Mation
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.0.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> 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)