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:47:00 UTC

[jira] [Commented] (ARROW-8406) [Python] test_fs fails when run from a different drive on Windows

    [ https://issues.apache.org/jira/browse/ARROW-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082191#comment-17082191 ] 

Joris Van den Bossche commented on ARROW-8406:
----------------------------------------------

[~apitrou]  I am not sure it is just the filesystem test that needs fixing.

There are other tests failing (in test_parquet), see eg https://dev.azure.com/ursa-labs/crossbow/_build/results?buildId=9714&view=logs&j=4c86bc1b-1091-5192-4404-c74dfaad23e7&t=ec99a26b-0264-5e86-36fb-9cfd0ca0f9f3&l=3910 


> [Python] test_fs fails when run from a different 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
>              Labels: pull-request-available
>             Fix For: 0.17.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {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)