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 2021/12/20 12:04:00 UTC

[jira] [Resolved] (ARROW-15119) [C++] Some filesystems may allow reading directories

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

Antoine Pitrou resolved ARROW-15119.
------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [C++] Some filesystems may allow reading directories
> ----------------------------------------------------
>
>                 Key: ARROW-15119
>                 URL: https://issues.apache.org/jira/browse/ARROW-15119
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Carlos O'Ryan
>            Assignee: Carlos O'Ryan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The generic filesystem tests assert that reading a directory should fail.  If directories are implemented as described in ARROW-15114 this would be expensive to implement (at least in the near future), as it would require two roundtrips to the service to fetch the object metadata.
> I would rather change the generic tests to allow reading directories, and if we find a cheaper way to fix this later we can restore the tests.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)