You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/04/13 09:29:00 UTC

[jira] [Updated] (ARROW-8406) [Python] FileSystem.from_uri erases the drive on Windows

     [ https://issues.apache.org/jira/browse/ARROW-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joris Van den Bossche updated ARROW-8406:
-----------------------------------------
    Fix Version/s: 0.17.0

> [Python] FileSystem.from_uri erases the drive on Windows
> --------------------------------------------------------
>
>                 Key: ARROW-8406
>                 URL: https://issues.apache.org/jira/browse/ARROW-8406
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>            Reporter: Krisztian Szucs
>            Assignee: Antoine Pitrou
>            Priority: Major
>             Fix For: 0.17.0
>
>
> {code:python}
> path = "C:\Users\VssAdministrator\AppData\Local\Temp\pytest-of-VssAdministrator\pytest-0\test_construct_from_single_fil0\single-file"
> _, path = FileSystem.from_uri(path)
> path == "/Users/VssAdministrator/AppData/Local/Temp/pytest-of-VssAdministrator/pytest-0/test_construct_from_single_fil0/single-file"
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)