You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/09/01 14:40:00 UTC

[jira] [Resolved] (ARROW-9875) [Python] Let FileSystem.get_file_info accept a single path

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

Antoine Pitrou resolved ARROW-9875.
-----------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

Issue resolved by pull request 8067
[https://github.com/apache/arrow/pull/8067]

> [Python] Let FileSystem.get_file_info accept a single path
> ----------------------------------------------------------
>
>                 Key: ARROW-9875
>                 URL: https://issues.apache.org/jira/browse/ARROW-9875
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Currently you need to do {{fs.get_file_info([path])[0]}} to get the info of a single path. We can make the function also accept that directly (instead of a list): {{fs.get_file_info(path)}}.



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